Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Willemvrm

  1. Willemvrm

    Veritas Volume Manager questions

    You use Sun Cluster software together with VxVM or SVM. Your previous question is correct but was already answered by daFranze.
  2. Willemvrm

    Shell Scripting

    eg.: http://www.tldp.org/LDP/abs/html/
  3. Willemvrm

    undo root (/) mirror w/ SDS

    Don't know if you can use it for root but check out the 'metarename' command.
  4. Willemvrm

    Endless loop

    Is the message "CAN'T STAT THE FILE SYSTEM" not the cause of a read only filesystem? When you try to remount the filesystem which is indicted to be fsck'd you might be able to fix the filesystem. When the root fs needs to be remounted: # mount -o rw,remount / The other option, and this is...
  5. Willemvrm

    Veritas Volume Manager questions

    The D1000 (already EOL'd by Sun) is a JBOD. Say it is connected to an PCI SCSI card (which needs to be a Differential SCSI card for the D1000!!!), on controller 1: c1t0d0 .... c1t5d0 c1t8d0 .... c1t13d0 When you initialize the disks within VxVM the partitioning is autom. done by VxVM. (see...
  6. Willemvrm

    Veritas Volume Manager questions

    The A1000 is a strange one in the Sun storages. It is a hardware raid but you need the rm6 software installed on the connected server to get it working. (as cndcadams writes) All other Sun Harware RAID boxes work without the need of installing software on the connected server for it to work...
  7. Willemvrm

    Veritas Volume Manager questions

    All depends on what kind an type of storage you have attached. + Hardware RAID storage? - The 'volume manager' is build in the storage so you do not want to use a software volume manager. Only if you want to mirror two seperate storage boxes. + JBOD (Just A Bunch Off Disks)? - Usually...
  8. Willemvrm

    ? Configuring two SE3510(FC) on one Host (V890)

    Yes, on the right it holds some led's on the left, under the cover, you will see an id switch. But now thinking of it I am not quit shure if this will solve your problem because you have connected them a two complete seperate boxes. But you can give it a try.
  9. Willemvrm

    ? Configuring two SE3510(FC) on one Host (V890)

    Have you set the box-id's to a different id for each box? The id switch is located under the left hand side cover (standing in front of the box)
  10. Willemvrm

    Swapping drives between ultra 5 and 10 question??

    bfitzmai is correct about the hardware path differences. But if both the internal and external disks are already boot disks you can do the following and do not need to touch the data on the disks: 1. switch the disk (ofcourse you need a correct scsi card) 2. Power up the system and go to the OBP...
  11. Willemvrm

    FTP problem

    I am not quit shure how ftp is working but it uses two connections. A data connection for...data and an controll connection for the commands. Could be this is, as coffeysm is writing, the difference between port 20 and 21. When 20 is the controll port and 21 the data port and somewhere port 20...
  12. Willemvrm

    Solaris9 Corrected Memory Error detected by CPU0

    Hi Marrow, I guess that you see the errors at an interval of 12 hours is because the memory scrubbers runs every 12 hours. This mechanism reads the whole memory and this is why you see the errors, as there is something wrong on that memory location. But as you can see it is corrected, so will...
  13. Willemvrm

    Configuring RAID 5 on Solaris 9 using SVM

    Sorry for the late reaction, just back from a vacation. The info can be found in: Solaris Volume Manager Administration Guide http://docs.sun.com/app/docs/doc/817-5776/6ml784a4s?q=svm&a=view Chapter 14 RAID 5 Volumes (Overview) [...cut...] Overview of RAID 5 Volumes [...cut...] > However, you...
  14. Willemvrm

    Create new Filesystem

    You do not need to reboot. From Solaris 5.8 you can use the command devfsadm, as root, which will build the new paths in /dev /devices # devfsadm <enter and wait>
  15. Willemvrm

    Boot from a Raid 5 Array

    Andy, I stil can not exactly understand why you want your boot disks on a raid 5? If you want 2 data area's I would sugest: - the 2 internal drives for a mirrored system disk - 3 disks raid 5 for data area 1 - 3 disks raid 5 for data area 2 - or the 6 data disks raid 5 and that devided into two...

Part and Inventory Search

Back
Top