Disks do not auto-failover; must metaset take first

Hello,
In Solaris 10, Cluster 3.2, two node:local zone cluster.
The SAN disks do not auto-failover when I do a switch on the resource group. Instead, to fail over, I must:
- clrg online fails
- manually mount the SAN disks to the node
- clrg online success
To fail over to other node, must
- clrg switch [2nd node] fails with messages:
# Dec 10 11:03:35 pluto SC[SUNW.HAStoragePlus:6,ftp4-com-rg,ftp4-data-has,hastorageplus_prenet_start]: Mount of /zones/ftp_zone/root/ftp_user_data failed: (33) mount: /zones/ftp_zone/root/ftp_user_data: Device busy
Dec 10 11:03:35 pluto SC[SUNW.HAStoragePlus:6,ftp4-com-rg,ftp4-data-has,hastorageplus_prenet_start]: Failed to mount: /zones/ftp_zone/root/ftp_user_data in global or local zone
- so now the rg is offine
- [on 2nd node] metaset -s [setname] -t so 2nd node becomes owner
- [on 2nd node] manually mount the disk
- clrg switch to 2nd node is successful
So appears the rg is not failing over b/c metaset is owned by one node and doesn't release them so the other node can take ownership. Do I need to do a metaset -r [release] or metaset -A enable ??
vfstab has been updated:
/dev/md/ftpbin/dsk/d110 /dev/md/ftpbin/rdsk/d110 /zones/ftp_zone/root/mysql_data ufs 1 no logging
/dev/md/ftpdata/dsk/d111 /dev/md/ftpdata/rdsk/d111 /zones/ftp_zone/root/ftp_user_data ufs 1 no logging
jupiter /etc # metaset
Set name = ftpbin, Set number = 1
Host Owner
jupiter Yes
pluto
Driv Dbase
d2 Yes
Set name = ftpdata, Set number = 2
Host Owner
jupiter Yes
pluto
Driv Dbase
d3 Yes
Edited by: onetree on Dec 10, 2008 10:02 PM

Ok, I found the cause. Need help finding solution.
I verified I have patch 124918-02, which is obsoleted by 120011-14
http://sunsolve.sun.com/search/document.do?assetkey=1-26-102546-1
The cause is in device groups and/or metasets. Need to get rid of ftpbin group, which points to the same disks as ftpabin.
pluto:/dev/md# ls -l
total 14
lrwxrwxrwx 1 root root 31 Jul 10 13:05 admin -> ../../devices/pseudo/md@0:admin
drwxr-xr-x 2 root root 512 Aug 18 11:13 dsk
lrwxrwxrwx 1 root root 8 Dec 10 16:13 ftpabin -> shared/3
lrwxrwxrwx 1 root root 8 Dec 10 16:13 ftpbin -> shared/1
lrwxrwxrwx 1 root root 8 Dec 10 16:13 ftpdata -> shared/2
drwxr-xr-x 2 root root 512 Aug 18 11:13 rdsk
lrwxrwxrwx 1 root root 42 Sep 25 18:17 shared -> ../../global/.devices/node@2/dev/md/shared
pluto:/dev/md/shared# find . -ls
7 1 drwxrwxr-x 5 root root 512 Dec 10 15:42 .
4291 1 drwxr-xr-x 4 root root 512 Dec 3 14:01 ./1
4292 1 drwxr-xr-x 2 root root 512 Dec 10 16:13 ./1/dsk
4300 1 lrwxrwxrwx 1 root root 44 Dec 10 16:13 *./1/dsk/d110* -> ../../../../../devices/pseudo/md@0:1,110,blk
4295 1 drwxr-xr-x 2 root root 512 Dec 10 16:13 ./1/rdsk
4304 1 lrwxrwxrwx 1 root root 44 Dec 10 16:13 *./1/rdsk/d110* -> ../../../../../devices/pseudo/md@0:1,110,raw
4298 1 drwxr-xr-x 4 root root 512 Dec 3 14:22 ./2
4299 1 drwxr-xr-x 2 root root 512 Dec 10 16:13 ./2/dsk
4296 1 lrwxrwxrwx 1 root root 44 Dec 10 16:13 ./2/dsk/d111 -> ../../../../../devices/pseudo/md@0:2,111,blk
4302 1 drwxr-xr-x 2 root root 512 Dec 10 16:13 ./2/rdsk
4310 1 lrwxrwxrwx 1 root root 44 Dec 10 16:13 ./2/rdsk/d111 -> ../../../../../devices/pseudo/md@0:2,111,raw
4305 1 drwxr-xr-x 4 root root 512 Dec 10 15:42 ./3
4306 1 drwxr-xr-x 2 root root 512 Dec 10 16:13 ./3/dsk
4307 1 lrwxrwxrwx 1 root root 44 Dec 10 16:13 *./3/dsk/d110* -> ../../../../../devices/pseudo/md@0:3,110,blk
4309 1 drwxr-xr-x 2 root root 512 Dec 10 16:13 ./3/rdsk
4311 1 lrwxrwxrwx 1 root root 44 Dec 10 16:13 *./3/rdsk/d110* -> ../../../../../devices/pseudo/md@0:3,110,raw
# cldg status
Device Group Name Primary Secondary Status
ftpbin - - Offline
ftpdata jupiter pluto Online
ftpabin jupiter pluto Online
# cldg show
Device Group Name: ftpbin
Type: SVM
failback: false
Node List: pluto
preferenced: false
numsecondaries: 1
diskset name: ftpbin
pluto:/dev/md# cldg delete ftpbin
cldg: (C795573) This operation is not allowed for Solaris Volume Manager device groups.
cldg: (C747142) Use the metaset(1M) or metassist(1M) commands to modify or delete Solaris Volume Manager device groups.
cldg: (C178871) Deletion of device group "ftpbin" failed.
pluto:/dev/md# metaclear -s ftpbin
metaclear: pluto: setname "ftpbin": no such set
pluto:/dev/md# metaset
Set name = ftpdata, Set number = 2
Host Owner
jupiter
pluto
Driv Dbase
d3 Yes
Set name = ftpabin, Set number = 3
Host Owner
jupiter
pluto
Driv Dbase
d2 Yes
pluto:/dev/md# metaset -s ftpbin
metaset: pluto: setname "ftpbin": no such set
pluto:/dev/md/shared# metaset -s ftpbin -C purge
metaset: pluto: setname "ftpbin": no such set
Also tried devfsadm -C and boot -r
Ran 'metaclusterbinddevs' to recreate the device links, but no diff.
# /usr/cluster/lib/sc/metaclusterbinddevs

Similar Messages

  • Driver disk will not auto run on Mac Pro 08

    Hi
    I have a Mac Pro early 08 and i'm finding the Leopard driver disk will not auto run "to install" drivers but it only gives me 2 other options for disk share and something else which I forget now as I un=installed.

    Hi
    Oh god no I popped the disk in when WVU finished installing and arrived on the desktop and it only gives me 2 install options.1.for the MB air and another for disk sharing but why does it not install drivers aotomatically?
    The driver disk does not aoto run under vista and which drivers do I use ..also the ATI just does not want to work "advising errors of hardware or software" not installed.
    I have done this numerous times on the iMac and XPP worked fine with the driver disk but WVU is giving me headaches.
    Message was edited by: macbookair

  • TS1702 my ipad2 was restored twice as it will not connect to my network, so what steps must I take to get iCloud and my ipad2 to work together and how do I connect so I am on internet????

    my ipad2 was restored twice as it will not connect to my network, so what steps must I take to get iCloud and my ipad2 to work together and how do I connect so I am on internet????   I connect tp my mac mini. It is on my own network. Mail and Safari open on it just can not get my ipad back online!!!     HELP!  LOST HERE!!!!

    Uwdawgfan-
    Your new router may not correctly handle Bonjour data required by AirPrint.  Contact Frontier to correct the router's setup.  A firmware update may be required.
    Fred

  • Disks are not shown in Failover Cluster Manager

    Hi All,
    As per the validation report we have successfully configured cluster between two nodes. Active Node
    my computer and failover cluster manager:
    storage shows all the available clustered disks but not shown when clicked on active node in failover cluster manager. 
    Had a glimpse on few earlier posts and all I understood is that Windows Server 2008R2 has a bug and MS is working on it.
    Do we have any fix for this issue? Please suggest. 
    Grateful to your time and support.
    Regards,
    Kalyan
    Grateful to your time and support. Regards, Shiva

    Got the solution in fact it's not a solution it's just an awareness on how the disks are available in fail-over cluster manager.
    1) All the available disks are shown in fail-over cluster manager "storage".
    2) While installation it asks us to add available disks for SQL Server then add accordingly. (Ex: E:drive for data files and L:drive for Log files) 
    3) Once the installation is done you see those disks in MSSQL (SQL Server) group.
    Means when you click on Active node it should show you MSSQL (SQL Server) group in which you can find network name, network ip, E: & L: Drives, SQL Server and Agent services.
    Note: MSDTC and Quorum are also clustered disks which can reside (Preferably Active Node) in any of the nodes but automatically fail-overs to active node in case of any passive node failures.
    Regards,
    Kalyan
    Grateful to your time and support. Regards, Shiva

  • How can I download Firefox onto a disk from my Windows PC, and then take the disk to my Mac and upload it to use on the Mac? Safari does not work anymore.

    My Mac assures me that I am connected to the internet, using Airport and also ethernet, but Safari never gives me a home page. Can I download Firefox onto a disk using my Windows PC and then take the disk to the Mac and upload Firefox to use on the Mac ?

    You can grab a "full" installer (.dmg file) from this page (scroll down to your preferred language):
    https://www.mozilla.org/firefox/all/

  • Hello, Trying to run Bootcamp on my 15" Macbook Pro (Maverick).60 gig available on my computer's hard drive and 250 gig on a separate hard drive that I have attached which is single partitioned. Keeps saying "The startup disk does not have enough space"

    Hello,
    I'm trying to run Bootcamp on my 15" Macbook Pro (Maverick). I have 60 gig available on my computer's hard drive and have 250 gig on a separate hard drive that I have attached, which is single partitioned (MS-DOS FAT). It keeps saying "The startup disk does not have enough space, you must have 28 gig of free space available" Does anyone know what I'm doing wrong? Any help would be much appreciated.

    Thanks for the advice Bob The Fisherman. I'm just reading what turbostar has kindly written and it appears that perhaps, if I take advice from you both, I need to free more space up on the computer's hard drive?
    With the external hard drive; would it be advisable to defragment? Know of any defrag freeware for Mac OSX?
    Many thanks to you both.

  • Wi-fi connection does not auto connect on 21.5-inch mid 2010 imac help?

    Wi-fi connection does not auto connect on 21.5-inch mid 2010 imac running OS X 10.8.3 (12D78) help?  My wife's imac with OS X 10.6.8  has no problem getting on wi-fi automatically as well as my Ipad 2 running iOS 6.1.2

    If you get a green light then you did not do a factory reset - you must disconnect all wires and follow the instructions above - you will end up with the Extreme blinking yellow - then use the Airport utility to set up the Extreme - you can put in your own names for the network, device etc. - when it comes to the passwords you can use ones of your own choice - it is not asking for the old one - if it is then it was not reset completely - try to reset again if necessary - it may take more than one try - if it still asks for a password then use "public" - it is the default - once you have set it up with your new information, and you have a green light, test the connection with your computer - if you can access the internet then you are all set - then try to a use the Apple TV with the new password - if the computer still asks for a password, then it is asking for the computer password and not the extreme or network password - I can't help you with that - you would have to ask that question on the iMac discussion group.

  • Disk could not be read from or written to

    I'm a new ipod user. I can get songs on my ipod. But when I go to get photos I get an error message saying, "ipod cannot be updated. The disk could not be read from or written to."
    In itunes I can see the ipod. When I go to look at My Computer, it does not show the ipod as a disk drive.
    Thanks!

    I'm a new ipod user. I can get songs on my ipod.
    But when I go to get photos I get an error message
    saying, "ipod cannot be updated. The disk could not
    be read from or written to."
    In itunes I can see the ipod. When I go to look at My
    Computer, it does not show the ipod as a disk drive.
    Thanks!
    It's so simple, dont worry. Just connect your ipod to the computer. iTunes must open. In iTunes clcik on the small ipod icon which appears at the right bottom of the itunes window. click on that icon and another window with some options will be opened. Click on "enable disk use" and make this selection marked and click ok.
    it'll certainly help!

  • Please help! iPod won't sync: "Disk could not be read from or written to."

    I am at the end of my rope with the endless problems I've been having with iTunes and my iPod ever since the iTunes update which included Gapless Playback (a feature which now invariably crashes my entire computer unless I disable it quickly enough). My latest problem has now made my iPod completely useless because I cannot sync it with my music library. Every time it tries to update the songs, it either crashes or I get the error message "Disk could not be read from or written to." I have tried restoring my iPod, which seemed to work, except that after the restore function seemingly completed I still have the flashing Do Not Disconnect screen on my iPod (after about 30 minutes). I already tried synching my iPod while this was going on and I got the same disk error message. Please, please, can anyone tell me what on earth is going on? I've NEVER had problems like this and all of a sudden it seems like everything about iTunes is a complete disaster.

    I had the same problem after I moved my library from my PC to my new iMac. It would not sync properly. After a day of thinking about it, researching it, and trying things like starring at the screen to see what song it failed on as it ran the auto sync (a suggestion posted on this site), a light bulb went off. Switch it to manual! If you manually manage the songs that sync it is easy to discover what songs fail. When auto sync is managing it, it jumps all over the place when synchronizing, but if you manually grab say 500 +/- songs at a time, it goes in alphabetical order, and you can see where it fails. It will be the track(s) immediately following the the last track that made it on the iPod. The songs that were corrupted for me played fine in iTunes, but would not transfer to the iPod, and they worked when I was syncing with my PC. Hmmm? I hope this helps.

  • Error: Selected disk does not exist (21) Module-SRE-700

    Already tried everything that the recovery cisco commands, anyone have idea how to solve the problem of the print shown in print?
    Initializing memory #2. Please wait...
    This may take a minute....
    Serial ATA Port 0 : Hitachi HTE545050B9A300                
    DDR Memory 4096 MB detected
    Intel(R) Core(TM)2 Solo CPU    L3400  @ 1.86GHz
    BIOS SM 3.52.8,  BIOS Build date: 02/08/2011
    System now booting...
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  
    Now booting from primary boot loader....  
    Authenticating boot loader....  
    Primary Boot Loader Authenticated - booting....  
    ServicesEngine boot-loader> install_key waas-accelerator-4.4.5c.4-k9.bin     
    Keyfile Size 202814577 over limit 32768 will not burn into flash
    ServicesEngine boot-loader> verify                                            
    Loading disk:/bzImage ... Unable to load image
    Error: Selected disk does not exist (21)
    Unable to boot image
    Unrecognized command
    ServicesEngine boot-loader>                                                   
    #service-module sm 1/0 session
    Trying 172.20.245.1, 2067 ... Open
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  
    Now booting from primary boot loader....  
    Authenticating boot loader....  
    Primary Boot Loader Authenticated - booting....  
    Please enter '***' to change boot configuration:
    Trying to reset Service Module SM1/0.
    May  7 11:27:33.055: %SRE_SM-6-STATE_CHANGE: SM1/0 changing state from SERVICE_MODULE_STATE_ERRQ to SERVICE_MODULE_STATE_SHDN
    Initializing memory #1. Please wait...
    Initializing memory #2. Please wait...
    This may take a minute....
    Serial ATA Port 0 : Hitachi HTE545050B9A300                
    DDR Memory 4096 MB detected
    Intel(R) Core(TM)2 Solo CPU    L3400  @ 1.86GHz
    BIOS SM 3.52.8,  BIOS Build date: 02/08/2011
    System now booting...
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  
    Now booting from primary boot loader....  
    Authenticating boot loader....  
    Primary Boot Loader Authenticated - booting....  
    Please enter '***' to change boot configuration:
    Detect and Initialize network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Finding (hd1,3)/296e03bc-3236-4a68-a178-688e56400a1e, failed
    Local install not supported
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait ................... done.
    May  7 11:29:03.331: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration RequestLoading disk:/bzImage ... Unable to load image
    Error: Selected disk does not exist (21)
    Unable to boot image
    þ
    Initializing memory #1. Please wait...
    Initializing memory #2. Please wait...
    This may take a minute....
    Serial ATA Port 0 : Hitachi HTE545050B9A300                
    DDR Memory 4096 MB detected
    Intel(R) Core(TM)2 Solo CPU    L3400  @ 1.86GHz
    BIOS SM 3.52.8,  BIOS Build date: 02/08/2011
    System now booting...
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  
    Now booting from primary boot loader....  
    Authenticating boot loader....  
    Primary Boot Loader Authenticated - booting....  
    Please enter '***' to change boot configuration:
    Detect and Initialize network device
    Backup current platform configurations....
    SRE step 1 - SM registration...
    Finding (hd1,3)/296e03bc-3236-4a68-a178-688e56400a1e, failed
    Local install not supported
    Response - no installation needed (len: 422)
    SRE Installation Not Needed
    Restoring orignial configuration...
    Updating flash with bootloader configuration.
    Please wait ................... done.
    May  7 11:30:31.339: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration RequestLoading disk:/bzImage ... Unable to load image
    Error: Selected disk does not exist (21)
    Unable to boot image
    ú
    Initializing memory #1. Please wait...
    Initializing memory #2. Please wait...
    This may take a minute....
    Serial ATA Port 0 : Hitachi HTE545050B9A300                
    DDR Memory 4096 MB detected
    Intel(R) Core(TM)2 Solo CPU    L3400  @ 1.86GHz
    BIOS SM 3.52.8,  BIOS Build date: 02/08/2011
    System now booting...
    Please wait... 
    Please press P to select Primary Boot Loader ...  
              or S to select Secondary Boot Loader ...  
              or wait to boot from default configuration ...  

    Hi,
    Opened a tac and managed to get the resolution of the problem. For those with the same problem reported by me above just follow the procedure below:
    1. uninstall existing SRE-V software
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/sre_v/1.5/user/guide/software.html#wp1055364
    2. run sm-hw-util to set sata mode to IDE
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/sre_v/1.5/user/guide/software.html#wp1091438
    3. configure a static, 32bit route to point the service module IP address to the SM slot/0 interface
    ip route 255.255.255.255 SM slot/0
    4. install WAAS:
    http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v421/module/installation/guide/wssmcfg.html#wp47040
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/sre_v/1.5/user/guide/software.html#wp1091438

  • Disk does not contain a Windows XP-compatible partition

    Hi,
    I've just received my new Mac Pro and I tried to install boot camp, in boot camp assistant everything seems all right, i choose the main this, choose a partition of 31Gb to boot camp it creates well to, as to insert the WINXPSP2 CD, and then restart.
    When I'm on the screen to choose the partition to install winxp, i choose the right one that Boot Camp have created, but then this screen appears.
    "To install Windows XP on the partition you selected, Setup must write some startup files to the following disk:
    238473 MB Disk 0 at Id 1 on Bus 0 on atapi [MBR]
    However, this disk does not contain a Windows xp-compatible partition.
    To continue installing Windows XP, return to the partition selection screen and create a Windows XP-compatible partition on the disk above. If there is no free space on the disk, delete an existing partition, and then create a new one.
    To return to the partition selection screen, press ENTER."
    Any one have any ideas?! I tried to find some info in this forum and google but i didn't find any answers.
    Regards to everyone.
    Marco

    Why not just create a 2nd drive and leave your OS X boot drive well enough alone - makes life easier.
    Format as MBR and one or more partitions as MSDOS and boot from XP again.
    Might want to try erasing your current partition (still MSDOS/FAT) and try again.

  • The disk could not be read from or written to----help please!!

    Hey, I'm sorry if this has been posted numerous times, but I really need some help. Everytime I plug in my 30 gig 5thG ipod, I'll start to load songs on (either manually or automatically) and this message will pop up after about 50-100 songs have been loaded: "Attempting to copy to the disk, "ITIM" failed. The disk could not be read from or written to." This used to happen only once in a while, but now it's happening all the time. My ipod has no problem being recognized by itunes and the songs I have on it show up fine. It's a pain to load my library at intervals of 100 songs because I have about 6000 songs. I've also tried reseting my ipod several times, which doesn't seem to help at all. Any help would be greatly appreciated.

    That article mentions other things also, like any anti virus software you may have. You could try turning it off.
    It also mentions damaged song files.
    In truth it could be a lot of things, and it's curious that you say this used to happen once in a while.
    It could be also be a problem with the cable or even the iPod itself.
    I take it you've tried restoring the iPod?
    See: How to restore the iPod to factory settings.
    I don't know what iScrobbler is, but any software can interfere with the workings of the iPod (delicate and fussy little creatures that they are).

  • Disk could not be read from or written to? help please

    I Just got my itunes to recognize my ipod but now when I try and sync my ipod it says "Attempt to copy to the disk "blah blah" failed. the disk could not be read from or written to" does anyone know how I can fix this?

    I started experiencing the same problem 1 day after (according to Apple records) my warranty ran out. Would anyone want to post the "other solution" they have, but isn't on their website?
    I may have gotten mine working again, its currently resyncing up all my songs, so it will take a while before I know for sure, but it looks promising.
    Here's what I did...
    Uninstalled iTunes 7.0.1 (reboot)
    Backed-up iTunes 7.0.1 library (xml and itl file)
    Reinstalled iTunes 6.0.5
    * Restored iPod from 2006-06-28 updater
    Reboot
    Kill all iPod/iTunes services from Task Manager
    Make sure iPod Service is stopped from Services
    Put iPod in Disk Mode
    Start iPod Service
    Connect iPod to computer
    Delete the iTunes Libary files (xml and itl file) so that iTunes creates new ones when it is launched.
    Launch iTunes
    Add some files to your library
    If it works, try adding the rest of your files.
    * I had lots of trouble with this, but eventually got it to work. Seems like it was in disk mode and I might have also killed all the other iPod/iTunes processes from Task Manager the time it was successful in restoring.
    60GB iPod with Color Display   Windows XP Pro  

  • Help, the disk could not be read from or written to.

    Help, I've been an ipod user since the first one came out, so I know my way around this thing. My problem is I can't get the songs I've purchased from iTunes or songs that I add from my external hard drive to load on my ipod classic 120g. Now I've been doing this for years and hundreds of times so nothing has changed. Now I'm getting the message The disk could not be read from or written to. Ok, I've done a complete restore, uninstalled iTunes and reinstalled iTunes, I took the ipod to the apple store and they checked it and said it was fine. Now I need this for work so I need a fix. Can anyone help.  Thanks Scott.

    That article mentions other things also, like any anti virus software you may have. You could try turning it off.
    It also mentions damaged song files.
    In truth it could be a lot of things, and it's curious that you say this used to happen once in a while.
    It could be also be a problem with the cable or even the iPod itself.
    I take it you've tried restoring the iPod?
    See: How to restore the iPod to factory settings.
    I don't know what iScrobbler is, but any software can interfere with the workings of the iPod (delicate and fussy little creatures that they are).

  • The iPod can not be synced. The disk could not be read from or written to.

    I try several time to send my song list from libraly to iPod. But it's show me that " The iPod can not be synced. The disk could not be read from or written to. "
    About this problem i try to do manythings follow some reply for advice me. but i still got problem. and i try to check something in my PC and found something wrong. i go to properties of disk drive and go to hard ware that show me all hard drive i have include Apple iPod USB Device. i go to properties for check it and see
    Device status :
    No driver are installed for this device
    Device usage :
    Use this device (enable)
    i'm not sure that because of this problem? if yes, how to do? because i do manythings such as use 5 R's and program reset utility. But i still got this problem. Help me plz.

    Sorry to see your having these issues Jihant. Posted below I have some links that may assist you with your troubleshooting steps.
    One of the first things you may want to look at is
    1. Download and Install latest iTunes Software. You should have iTunes 7.2
    2. You stated earlier you did the 5 Rs. So you have done a Reset and Restore. I would give it one more shot after you upgraded iTunes as needed.
    If this still does not resolve the issue. Try copying songs over 1 at a time. Do not copy over a playlist. Then try a new play list all together. Create a new playlist.
    You can also take a CD you may have and put import songs into iTunes then see if those songs will copy over.
    You may also create a new user and open up iTunes in a new user and import a cd with some songs and see if the same issue occurs.
    You can also try
    http://docs.info.apple.com/article.html?artnum=305136
    And if this still does not work for you. You may want to try another computer.
    or if the above article does not resolve the issue
    http://docs.info.apple.com/article.html?artnum=93976
    If this still occurs please call Apple for further assistance
    1-800-275-2273

Maybe you are looking for