Sponsored Content
Full Discussion: AIX /etc/host configuration
Operating Systems AIX AIX /etc/host configuration Post 302468269 by fdeivis on Tuesday 2nd of November 2010 08:17:44 AM
Old 11-02-2010
AIX /etc/host configuration

hi, i need to configurate a new ip range, for example 18.76.104.1 to 18.76.104.254. in the host file. i'd like to know if i have to do this manually or there is another way to do it automatically??

I'll Apreciate any help

OS AIX 5.3
 

10 More Discussions You Might Find Interesting

1. IP Networking

mail host name on AIX box.

Hi, I was wondering if any body out there can tell me how can I find out what is the name of the mail host on the AIX box that I am working on? Is there any command to bring up the configuration for the mail server or mail host? Thanks in advance. (4 Replies)
Discussion started by: Shaz
4 Replies

2. AIX

AIX Hardware Configuration *I'm very new*

I'd like to start by saying how extremely new I am to any UNIX OS, although I've been dealing with Linux systems off and on for roughly a year now, and am trained primarily on Windows Servers. Our company has an old AIX system, running AIX version 4. The server we are using is more then 10... (6 Replies)
Discussion started by: webers
6 Replies

3. UNIX for Advanced & Expert Users

Help with SDD, SAN ESS and AIX 5.3 Host

Hi all, Sorry if this is in the wrong place but needed to make sure lots of people saw this so that hopefully someone will be able to help. Basically i've upgraded a test server from 4.3 to 5.3 TL04. The server has hdisk0 and 1 as rootvg locally but then has another vg setup on our ESS... (1 Reply)
Discussion started by: djdavies
1 Replies

4. UNIX for Dummies Questions & Answers

Sun ultra 5 "re-trying host configuration"

I just reciently purchased a Sun Ultra 5. I changed the network settings to work with my router (at least thats what I thought I was doing). After I rebooted I keep getting the message "Re-trying host configuration" over and over again. Since this is during the boot up it never lets me get to... (5 Replies)
Discussion started by: Kiotaya
5 Replies

5. Infrastructure Monitoring

Configuration of snmpv3 in AIX

Hi, I am new to AIX and have been assigned a task to configure the snmp on aix which can talk to our management server. Any help in relation to this will be greatly appriciated. Cheers, Tarun (3 Replies)
Discussion started by: tkhanna
3 Replies

6. AIX

AIX sendmail configuration

I want to configure sendmail on AIX 4 and 5 to send emails to a windows SMTP proxy server for distribution. Mail would be going from AIX to Windows but any return emails would be sent not AIX but to a default Windows return address. What variables in the AIX sendmail.cf file would need to be... (1 Reply)
Discussion started by: rahe
1 Replies

7. Shell Programming and Scripting

AIX ksh: how to pass variable to host shell

I have a script that "runs" a script. For example: ./runscript.ksh pcnmc01.ksh runscript puts pcnmc01.ksh into the background with log output going to the logfile. After executing the command, I get this output: Running script in the background: pcnmc01.ksh Logfile:... (2 Replies)
Discussion started by: Eben Yong
2 Replies

8. AIX

DNS configuration on AIX 6.1

Hello All, I want to install ORACLE RAC on AIX 6.1. In the installation guide. the below two points were mentioned: Each node must have at least two network adapters or network interface cards (NICs): one for the public network interface, and one for the private network interface (the... (2 Replies)
Discussion started by: beayni33
2 Replies

9. Solaris

Retrying Host Configuration

I'm trying to run from a generic Sun-OS and am getting the title message repeated indefinitely. I just want to get into the file system to disable some errors I made earlier. Any help? (2 Replies)
Discussion started by: PeterGuerilla
2 Replies

10. AIX

AIX CDE Locale Configuration

Dears I am looking for this binary to complete my X11 installation and I can not find it in the media , can any one help me where can I download it X11.loc.en_US.Dt.rte AIX CDE Locale Configuration - U.S. English (1 Reply)
Discussion started by: thecobra151
1 Replies
clartg.f(3)							      LAPACK							       clartg.f(3)

NAME
clartg.f - SYNOPSIS
Functions/Subroutines subroutine clartg (F, G, CS, SN, R) CLARTG generates a plane rotation with real cosine and complex sine. Function/Subroutine Documentation subroutine clartg (complexF, complexG, realCS, complexSN, complexR) CLARTG generates a plane rotation with real cosine and complex sine. Purpose: CLARTG generates a plane rotation so that [ CS SN ] [ F ] [ R ] [ __ ] . [ ] = [ ] where CS**2 + |SN|**2 = 1. [ -SN CS ] [ G ] [ 0 ] This is a faster version of the BLAS1 routine CROTG, except for the following differences: F and G are unchanged on return. If G=0, then CS=1 and SN=0. If F=0, then CS=0 and SN is chosen so that R is real. Parameters: F F is COMPLEX The first component of vector to be rotated. G G is COMPLEX The second component of vector to be rotated. CS CS is REAL The cosine of the rotation. SN SN is COMPLEX The sine of the rotation. R R is COMPLEX The nonzero component of the rotated vector. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: September 2012 Further Details: 3-5-96 - Modified with a new algorithm by W. Kahan and J. Demmel This version has a few statements commented out for thread safety (machine parameters are computed on each entry). 10 feb 03, SJH. Definition at line 104 of file clartg.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.2 Tue Sep 25 2012 clartg.f(3)
All times are GMT -4. The time now is 12:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy