Sponsored Content
Full Discussion: Customer support engineer
Operating Systems HP-UX Customer support engineer Post 302267458 by DustBunny on Friday 12th of December 2008 11:14:19 AM
Old 12-12-2008
Well,

RX7640 is a cell based server. Be more cautious while playing with it and I believe the setup's gonna be high. I'm sure that you've got a support contract with HP. I also believe, configuring MCSG does not work that way with that. It's all like break fix. But, yes, you can do it with a Consulting. (I believe you can get what am trying to say)

So, Hmmm RX7640. Either its gonna be a couple of RX7640's or a one RX7640 with MCSG on different Npars or, on top of Vpars on same npar (Not recommended unless you use it a testing environment or for your lab activity) or different. There'd be slight modifications in the setup. However, everything looks and most work similar.

Go to the below link, get the document for your OS version and SG version. Read it and master it.

HP-UX 11i v2 Operating Environments

You'd have step by step procedure and explanations on docs. (Best way)

Hint: If you can, please do practice on a test environment before implementing it on your RX7640. Or, create a couple of vpars and try setting it up on it. Then, you can bring them down and start over with your original setup. If you can!

All the best!

-DB
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Information on Network engineer and Unix Systems Engineer

Hi, I'm exploring a few different careers( Unix System's Admin, Network Engineer, and Unix System's Engineer). I asked in another thread about System's Admin, so I have some more info on that already. I'm not finding very much info on Network Engineers or Unix System Engineers though. Can you guys... (0 Replies)
Discussion started by: hpicracing
0 Replies

2. UNIX for Dummies Questions & Answers

identify a customer under a UNIX server

Like many UNIX users, there is a small team that is connected to UNIX (under the same UNIX user) via putty from a Windows PC. Is there a way, once under UNIX, to know the address of the originating computer or anything that can differentiate initial users ? (7 Replies)
Discussion started by: popescu1954
7 Replies

3. Shell Programming and Scripting

Shell Script to prompt customer for name etc

How do I create a shell script called 'custinfo' to prompt a customer to enter and display back the following: name, age, address, phone number, product, price range. Thanks (1 Reply)
Discussion started by: SQLScript
1 Replies

4. UNIX for Dummies Questions & Answers

Shell Script to prompt customer for name etc

reposting How do I create a shell script called 'custinfo' to prompt a customer to enter and display back the following: name, age, address, phone number, product, price range. Thanks (1 Reply)
Discussion started by: SQLScript
1 Replies

5. Shell Programming and Scripting

Newbie hw engineer

Need a perl script that will extract component reference designators from a text file and write them to a new file. The refdes attribute will always follow the characters "REFDES=". So for the first line below I'd like to extract the reference designator R2402. A 2158 1882 12 2 2 3... (5 Replies)
Discussion started by: jeffs123456
5 Replies
sasl_server_step(3)						  SASL man pages					       sasl_server_step(3)

NAME
sasl_server_step - Perform a step in the authentication negotiation SYNOPSIS
#include <sasl/sasl.h> int sasl_server_step(sasl_conn_t *conn, const char *clientin, unsigned clientinlen, const char ** serverout, unsigned * serveroutlen); DESCRIPTION
sasl_server_step() performs a step in the authentication negotiation. It returns SASL_OK if the whole negotiation is successful and SASL_CONTINUE if this step is ok but at least one more step is needed. conn is the SASL connection context clientin is the data given by the client (decoded if the protocol encodes requests sent over the wire) clientinlen is the length of cli- entin serverout and serveroutlen are set by the library and should be sent to the client. RETURN VALUE
sasl_server_step returns an integer which corresponds to one of the SASL error codes. SASL_CONTINUE indicates success and that there are more steps needed in the authentication. SASL_OK indicates that the authentication is complete. All other return codes indicate errors and should either be handled or the authentication session should be quit. CONFORMING TO
RFC 4422 SEE ALSO
sasl(3), sasl_errors(3), sasl_server_init(3), sasl_server_new(3), sasl_server_start(3) SASL
10 July 2001 sasl_server_step(3)
All times are GMT -4. The time now is 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy