in correct drive name


 
Thread Tools Search this Thread
Operating Systems Solaris in correct drive name
# 1  
Old 10-01-2009
in correct drive name

I am new to solaris and I replaced a faulty tape drive sun DLT7000
But, I am getting the follwoing error when system reboots

ltid deamon error drive index 1 is not correct, drive name /dev/rmt/2cbn is incorrect no such file or directory.

I have two drives the other one is /dev/rmt/0cbn, But backup cannot done due to this error.

what has gone rong and how to solve?
# 2  
Old 10-01-2009
do a
Code:
devfsadm -Cv

and after this a
Code:
devfsadm -v

or a
Code:
reboot -- -r

the new drive should have a new devname and 0 and 2 where the names before the replacement...
# 3  
Old 10-01-2009
when you attached the new tape drive, all device paths that the os is "using" for the new tape drives are different then what you previously had. 0cbn is no longer available. therefore, either do what duke has said to clean up the device tree or figure out what the tape mount is using. its been awhile since i've dealt with the wonderful world of backup administration but if you are using something like legato networker, you can use inquire to list what scsi devices are attached and seen by the os. you can find your tape device path via that.
# 4  
Old 10-05-2009
Yes, after running the command reboot -- -r I could see now the creation of new devpath /dev/rmt/1cbn, and through the netbackup software i reconnected the missing path to this one. Things are ok so far and the backup started as expected.

I realy appreciate your help.

---------- Post updated at 01:00 AM ---------- Previous update was at 12:58 AM ----------

I have another request collegues.


I am interested to replace a faulty hard disk which is not mirorred. it is containing ex ./dev/vx/rdsk/Vol1 file system.

But i have some ideas in my mind and I wish if you can correct me if wrong

1- backup the files system using ufsdump utility to a tape
ufsdump 0uf /dev/rmt/0m /Vol1
2- umount the file system
3- Replace the faulty hard disk.
4- create new file system on the new hard disk
newfs /dev/rdsk/c1t1d0s0
5- Mount /Vol1 on the ne file system.
mount /dev/dsk/c1t1d0s0 /Vol1
6- Restore from backup.
ufsrestore -rvf /dev/rmt/0m

Are these steps correct particularly point no 4.?
# 5  
Old 10-05-2009
Are you sure what you are doing? Your filesystem /vol 1 is mirrored under veritas volume manager so you need not do these steps. You can replace the faulty disk online by using the vxdiskadm
# 6  
Old 10-05-2009
Yes I am sure . Because when this disk went faulty the Os couldnt see the mentioned file system and if it was mirorred this would not happen. More over the fsck command couldnt stat the mentioned file system.
what I did is : I physically pull out the disk and inserted back after 60 seconds, rebooted the system and OS could see the file system again and was able to run fsck to repair the file system.
# 7  
Old 10-05-2009
there should be no need to reboot the os for the disk to be seen by solaris. you should be able to do this via vxdiskadm.

however, if it were unmanaged by veritas, luxadm or cfgadm should do the trick to replace the failed drive.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Drive is showing offline in the /var/adm/messages and shows "drive type unknown" in the format outpu

Hi, I am facing issue with one of the drive is solaris 10. it is showing offline in the messages file scsi: WARNING: /pci@2,600000/QLGC,qlc@0/fp@0,0/ssd@w5006016746e00b1b,0 (ssd0): drive offline genunix: WARNING: Page83 data not standards compliant DGC LUNZ 0430 ... (1 Reply)
Discussion started by: Prasanth T K
1 Replies

2. UNIX for Dummies Questions & Answers

Need help to move .csv file from UNIX path to windows shared drive or c:\ drive

Hi Guys, Can any one help me on this. I need help to move .csv/.xls file from unix path to windows shared drive or c:\ drive? Regards, LKR (1 Reply)
Discussion started by: lakshmanraok117
1 Replies

3. Hardware

How to Clone a Drive with 512 byte Sectors to a Drive with 4096 bytes/sector (AF)?

I have a 320 GB drive which dual boots Windows and Debian: Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal):... (0 Replies)
Discussion started by: phillipsoasis
0 Replies

4. Shell Programming and Scripting

Please correct this

I have input file like this Input file: ABC|abc_etc_passwd XYZ|XYZ_etc_passwd zXY|XYZ_etc_passwd IJK|test_etc_passwd KLM|test_etc_passwd i want to do following in a loop. grep 'ABC' *abc_etc_passwd* grep 'XYZ' *XYZ_etc_passwd* grep 'ZXY' *ZXY_etc_passwd* i have tried this for i... (2 Replies)
Discussion started by: pinnacle
2 Replies

5. SCO

mounting USB floppy drive /Flash drive in OSR 6.0

Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies

6. UNIX for Dummies Questions & Answers

Map Drive From Windows To Apache Shared Drive?

Anyone know how I can map a windows drive to an apache shared drive? In my httpd.conf file, I have: Alias /merc_rpts/ "/u/merc_rpts/" <Directory "/u/merc_rpts"> Options Indexes </Directory> I'm able to bring up a browser and see the contents of this folder. In... (0 Replies)
Discussion started by: gseyforth
0 Replies

7. Filesystems, Disks and Memory

The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive

Hi I have 2 75GB SCSI hard drives and 2 250GB SATA hard drives which are using RAID Level 1 respectively. I wana have both FTP and Apache installed on them as services. I'm wondering what's the best partitioning schem? I wana use FC3 as my OS, so, I thought I can use the 75GB hard drive as the /... (0 Replies)
Discussion started by: sirbijan
0 Replies
Login or Register to Ask a Question