Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 04:29 AM
03-10-2003 04:29 AM
Re: Ooops...
> won't be as easy as I hoped.
> Any idea to put them back, keeping in mind I have to use floppy discs?
> Maybe I could download the files somewhere, or someone
> could email them to me?
You could try to search the ITRC for patches for the missing commands/files and then download those patches to your PC, unpack them (your PC probably has pax; pax can read tar archives and patches are tar archives in shell archives; perhaps/probably you need uudecode functionality on your PC as well) and then copy them over to your PC via diskettes (see doscp(1) on HP-UX).
*HOWEVER*, what makes you think that once you have the *network* stuff, you also have/can_get the *other* stuff which you (probably) removed? I.e. why bother getting the network stuff if you can not get the other stuff?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 11:14 AM
03-10-2003 11:14 AM
Re: Ooops...
You should hunt for swremove.log to see, what really has been eliminated.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 02:16 PM
03-11-2003 02:16 PM
Re: Ooops...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 02:21 PM
03-11-2003 02:21 PM
Re: Ooops...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 02:55 PM
03-11-2003 02:55 PM
Re: Ooops...
"tar: removing leading `/' from member names
etc/hosts
poll: protocol failure in circuit setup"
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 04:17 PM
03-11-2003 04:17 PM
Re: Ooops...
Now, how do I access files on a FD?
Also, the file is a .depot, what command(s) do I need to install it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 08:47 PM
03-11-2003 08:47 PM
Re: Ooops...
swinstall -x autoreboot=true -x reinstall=false -s /depot_location_full_path \*
Don't know a thing about floppies. Never even SEEN one on an HP-9000 server.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 10:31 PM
03-11-2003 10:31 PM
Re: Ooops...
floppy disks can be acceses through tar if the floppy was created by a tar command. Or it can be mounted to a directory if that has a filesystem on it (never tried). It should be a tar or may be a cpio format.
You may try
ioscan -fnC disk # note doen the device file for floppy
tar tvf /dev/dsk/XXXXXXX
all the best.
Thread looks like IT giants are giving life to a person who is in "COMMA" ....... Great time guys !!!....
I would luv to have a box like that .... (touch wood)
Regds,
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 11:36 PM
03-11-2003 11:36 PM
Re: Ooops...
If you did it on a DOS/Windows PC, then the filesystem on the diskette is probably DOS/FAT. If so, you can read it with doscp(1) on the HP-UX system. You may first want to try:
dosls -l /dev/rdsk/
(note the ":" at the end!) to see if your diskette drive works and you can list the directory of the diskette.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 10:25 AM
03-12-2003 10:25 AM
Re: Ooops...
Remember I entered "tar -cvf - /etc/hosts | rsh 192.168.0.4 tar xvf -" on the Linux box, as someone advised, and it answered
"tar: removing leading `/' from member names
etc/hosts
poll: protocol failure in circuit setup"?
Well now HP-UX won't boot... It just loops saying:
"Init: command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:cons "/usr/sbin/getty console console # system console"
...looks bad, uh?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 10:25 AM
03-12-2003 10:25 AM
Re: Ooops...
Remember I entered "tar -cvf - /etc/hosts | rsh 192.168.0.4 tar xvf -" on the Linux box, as someone advised, and it answered
"tar: removing leading `/' from member names
etc/hosts
poll: protocol failure in circuit setup"?
Well now HP-UX won't boot... It just loops saying:
"Init: command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:cons "/usr/sbin/getty console console # system console"
...sounds bad, uh?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 10:29 AM
03-12-2003 10:29 AM
Re: Ooops...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 03:15 AM
03-13-2003 03:15 AM
Re: Ooops...
Just boot the system in single-user mode, i.e. interrupt the boot sequence when the boot 'ROM' tells you to, tell it to interact with IPL/ISL, and at the ISL prompt do:
ISL> hpux -is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 09:47 AM
03-13-2003 09:47 AM
Re: Ooops...
In fact ISL boots HPUX, but I can't log in: the message I mentioned before happens after the "HPUX startup in progress" list, and happens again every 5 minutes.
It seems I can't interact at any moment, except to choose the system to boot (but there's only one).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 11:42 PM
03-13-2003 11:42 PM
Re: Ooops...
The point is that you do *not* want to boot *normally* and then *fail*, but boot in *single user mode* (see my instructions), so that you can try to find out what is wrong (in this case start with /etc/inittab and the getty(1M) entry for the console, i.e. *why* is it respawning?).
With regard to not able to interact with the boot 'ROM': Doesn't it say something like "To stop selection process, press and hold the ESCAPE key..."? If so, do that and then "b p? isl". That should bring you to ISL. For details, see the hpux(1M) manual page. If you do not have access to a manual page then goto http://www.docs.hp.com
When you have booted in single-user mode, i.e. you have the "# " root prompt, (try to) "mount -a" the other file systems, so that you have most/all commands (mostly on /usr) available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 02:38 PM
03-14-2003 02:38 PM
Re: Ooops...
I've finally managed to boot in single user mode (what I was missing was I had to use boot_admin).
# mount -a
mount: ignoring incomplete entry for + in the /etc/fstab
mount: file system table may be corrupt
I'm getting "a bit" discouraged... Do you think that installing the latest bundles and quality packs would fix everything?
If so, first I have to get the network services working, and transfer the files. I have a Unix ftp client on a floppy disk... but I have lost most of the commands so I can't read the floppy. I can't even find... "find".
If not, or if I can't get the patches on the 715, and as I don't have access to any HPUX media, I'll have to forget it and switch to some Linux... which would be quite upsetting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 11:38 PM
03-16-2003 11:38 PM
Re: Ooops...
What I suggested was getting the *missing* components/commands *from* patches, not *installing* them (the patches).
The best solution is a fresh re-install, but for that you will have to borrow or buy the media and will have to have a (compatible) CD-ROM drive. You can try e-Bay et all for the media. Also see the FAQ of the Usenet Newsgroup comp.sys.hp.hpux.
As to the error messages from the "mount -a" command: Why don't you check/fix /etc/fstab? I.e. if you can not re-insttall, the only way is to take it one step/error/problem at a time.
- « Previous
-
- 1
- 2
- Next »