Stand-alone start-up of HP-UX11i


 
Thread Tools Search this Thread
Operating Systems HP-UX Stand-alone start-up of HP-UX11i
# 1  
Old 02-13-2008
Stand-alone start-up of HP-UX11i

I have a HP-UX11i machine on the network and that works fine.
But, now i want to start this machine without network connection?
How must i do this?
Because, if i pull out the network cable it will not boot.
# 2  
Old 02-13-2008
Before,
We need to know why you would want to start without network:
New configuration as stand alone?
Without knowing what you are trying to do it will be difficult to give a satisfying answer...
# 3  
Old 02-14-2008
we would like to try our software (own program) in stand-alone.
In the past with HP-UX 10, if we changed something in the etc/rc.config.d on the nis and it worked.
This we did now also but now we don't get the login screen. From the moment we put in the network cable again it goes further.
# 4  
Old 02-18-2008
What do you have in /etc/hosts? and in /etc/nsswitch.conf?
In order to work without NIS you would have to have is IP and name in /etc/hosts and in /etc/nsswitch.conf:
something like:
passwd: files
group: files
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
services: files
networks: files
protocols: files

instead of:
hosts: nis [NOTFOUND=return] files


Then in /etc/inittab set the default level at 2

And give it a try...

Good luck
# 5  
Old 02-18-2008
Boot the system into single user mode.

When the system is up, bring your network interface down and unplumb it.

-GGR
# 6  
Old 02-27-2008
Thankx vbe, it worked
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Network stand still

**this was posted in another forum I suspect wrong one moved here **:confused: Hello all. Let me qualify my question by saying that I am struggling with how to ask the question I am semi green but have no issue reading up if pointed in the right direction. Please be gentle! A RHEL server 6.2.... (4 Replies)
Discussion started by: rsheikh01
4 Replies

2. Shell Programming and Scripting

What does the -z expression stand for?

What does - z and {} means if ; then echo "ERROR: \$ARBORDBU environment variable is not set\n" (8 Replies)
Discussion started by: rafa_fed2
8 Replies

3. Shell Programming and Scripting

what does ${VARIABLE:-0} stand for?

Hi all, During reading the code, i met such expressment in a KSH script. I can not figure out what does this mean and don't know how to search it in the web. Could you please check below snippet and let me know what does this mean in a shell script: VARIABLE=1 if ; then .... (3 Replies)
Discussion started by: sleepy_11
3 Replies

4. HP-UX

networking HP-UX11i

does anyone know if it's possible to connect an HP-UX 11i machine to the Internet (via cable ISP) or at least network it to an XP Pro machine via wireless Linksys broadband router(but still using CAT5 cable)? If so how? Cheers. (2 Replies)
Discussion started by: Milford_Man
2 Replies

5. IP Networking

What does 'AF' of AF_INET stand for ?

as title. and how is it different from PF_INET ? also, any one knows sin_family , sin_port , sin_addr ..etc ? why are they called 'sin' ? finally, htons() host to network short , htonl() host to network long , ntohs() network to host short , ntohl() network to host long. why would... (6 Replies)
Discussion started by: trapeze
6 Replies

6. Programming

How to under stand the C code

#include <stdio.h> main(t,_,a) char *a; {return!0<t?t<3?main(-79,-13,a+main(-87,1-_, main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94, -27+t, a )&&t == 2 ?_<13 ?main ( 2, _+1, "%s %d %d\n" ):9:16:t<0?t<-72?main(_,... (4 Replies)
Discussion started by: brain_full
4 Replies

7. HP-UX

digital unix vdump restore in hp ux11i

Could you pls give a solution how to resotore the backup taken from digital unix using vdump to hp ux11i. (1 Reply)
Discussion started by: jestinabel
1 Replies

8. Shell Programming and Scripting

Can under stand the script

Hi all, I am working on following script which is already working and i am trying to understand but could not can any body help me in follwoing script. I understand that it deletes record from tables. using DB2 import from /dev/null. I dont know where in second portion it loads the data in to... (0 Replies)
Discussion started by: sam71
0 Replies

9. UNIX for Dummies Questions & Answers

OEM - what does this abbreviation stand for?

Just saw this OEM abbreviation during installation of Solaris 8. I'm curious to know what the letters stand for and what OEM actually is. (3 Replies)
Discussion started by: Kanu77
3 Replies

10. UNIX for Dummies Questions & Answers

No stand-by, keep on

How do you or what is the setup to keep the (server) up from shutting down? It is not server yet but it might very likely become to serve few clients. But, once I get in in the morning its off. It's Sparc, Solaris 8 and I would like to keep it running over night but once it is not attended it... (2 Replies)
Discussion started by: softarch
2 Replies
Login or Register to Ask a Question