vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| pinoy2ser@gmail.com wrote: > Hello All, > > I was trying use "alt_disk_copy -d hdisk1" but it keeps failing > because it says it does not have enough space in hdisk1. Can I use two > disk or is there a way around this failing command? > > Thanks > pinoy2ser What exactly is your error message? Are you trying to copy a rootvg that maybe is mirrored? If so you would need two disks. When using two disks, make sure to use double quotes " alt_disk_copy -d "hdisk2 hdisk3" the man page syntax and explaination of -d flag do not call for the double quotes, however the examples show them. My expierience was they were required when listing multiple disks for the -d flag, else an error mesage was given saying not enough space available. |