Sponsored Content
Full Discussion: DG/UX : systemtape
Special Forums Hardware Filesystems, Disks and Memory DG/UX : systemtape Post 30952 by Agent_Orange on Wednesday 30th of October 2002 02:43:18 AM
Old 10-30-2002
DG/UX : systemtape

hi all,

at the moment i have to setup an dg/ux server ( R4.20MU06 ) it works fine . i have attached a tape device ( wagntek ) and /dev/rmt/0 ( 0n ... ) is created.

i want to make a systemtape from the system with the systemtape util. on the shell i typed :

Code:
systemtape -b /usr/stand/boot.pc -s /usr/stand/sysadm

and the tape is working. ok fine, but how to reinstall the systemtape ?

i've booted form floppy disk and at the boot command prompt i typed :

Code:
sd(apscpci(0),9,0,7),2,0)usr:/sysadm -l DEde

but nothing happens..... the system write Bootstrap on the screen and i wait ..and wait..and wait....

and if i want to boot per SCSI BIOS directly from the tape the same message is writing to the screen and i have to wait ....

any ideas what to do ? many many thanks to all

patrick
 
MKBOOTDISK(8)						      System Manager's Manual						     MKBOOTDISK(8)

NAME
mkbootdisk - creates a stand-alone boot floppy for the running system SYNOPSIS
mkbootdisk [--version] [--noprompt] [--verbose] [--device devicefile] [--size size] [--kernelargs <args>] [--iso] kernel DESCRIPTION
mkbootdisk creates a boot floppy appropriate for the running system. The boot disk is entirely self-contained, and includes an initial ramdisk image which loads any necessary SCSI modules for the system. The created boot disk looks for the root filesystem on the device sug- gested by /etc/fstab. The only required argument is the kernel version to put onto the boot floppy. OPTIONS
--device devicefile The boot image is created on devicefile. If --device is not specified, /dev/fd0 is used. If devicefile does not exist mkinitrd cre- ates a 1.44Mb floppy image using devicefile as the filename. --noprompt Normally, mkbootdisk instructs the user to insert a floppy and waits for confirmation before continuing. If --noprompt is specified, no prompt is displayed. --verbose Instructs mkbootdisk to talk about what it's doing as it's doing it. Normally, there is no output from mkbootdisk. --iso Instructs mkbootdisk to make a bootable ISO image as devicefile. --version Displays the version of mkbootdisk and exits. --kernelargs args Adds args to the arguments appended on the kernel command line. If this is not specified mkbootdisk uses grubby to parse the argu- ments for the default kernel from grub.conf, if possible. --size size Uses size (in kilobytes) as the size of the image to use for the boot disk. If this is not specified, mkbootdisk will assume a standard 1.44Mb floppy device. SEE ALSO
grubby(8) dracut(8) AUTHOR
Erik Troan <ewt@redhat.com> 4th Berkeley Distribution Tue Mar 31 1998 MKBOOTDISK(8)
All times are GMT -4. The time now is 01:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy