Archive

Archive for the ‘Unix Technologies’ Category

IPERF – The Easy Tutorial

September 12, 2011 Leave a comment

 

#iperf -s

————————————————————
Server listening on TCP port 5001
TCP window size: 8.00 KByte (default)
————————————————————
[852] local 10.1.1.1 port 5001 connected with 10.6.2.5 port 33453
[ ID]   Interval          Transfer       Bandwidth
[852]   0.0-10.6 sec   1.26 MBytes   1.03 Mbits/sec

IPERF – The Easy Tutorial

Categories: Unix Technologies

PuTTY Common Errors and Fixes

June 15, 2011 Leave a comment

Error#0:

—————————
PuTTY Fatal Error
—————————
Network error: Connection refused
—————————
OK  
—————————

Cause:

When you are trying to SSH to any of server, you get above error for which the most common cause if a typo in the server name/IP-address.

In case, if you have typed the IP-address/hostname just right, you would receive another error which says “Connection Timed Out”

Fix:  Ensure you typed the proper hostname/IP-address. For hostnames, the DNS resolution should fetch a proper/intended and valid host IP-address that you want to connect to.

Setting up SEC Suppress Rules

April 24, 2011 Leave a comment

Steps involved in setting up new or modifying existing SEC rules:

  1. rsh master
  2. cd /u/gunnalag/cvs/lib
  3. cvs update -APd sec.messages     #Updates changes if any
  4. vi sec.messages                  #Modify file as per requirement
  5. cat -evt sec.messages | more     #Shows line end char. Modified lines should end with $
  6. cvs diff -u sec.messages         #Shows diff b/w local repository and prod copy
  7. cvs commit sec.messages          #cvs commit -m " " sec.messages
  8. gmake check
  9. gmake install
  10. gmake dist sec.messages          #Updates file on all servers

Sample Sec messages File

Index: sec.messages
===================================================================
RCS file: /src/local/repository/lib/sec.messages,v
retrieving revision 1.18
diff -u -r1.18 sec.messages
— sec.messages    12 Feb 2009 07:10:40 -0000    1.138
+++ sec.messages    4 Mar 2009 11:36:53 -0000
@@ -3,6 +3,13 @@
#
# Regex file for /var/adm/messages
 
+# Suppress Tracing service error on MOMDEV server type=Suppress
+ptype=RegExp
+desc=$0
+pattern=EvntSLog: \[ERR\] [a-zA-Z0-9: ]+MOMDEV/Windows SharePoint
+Services 3 \(5400\).*Tracing Service failed action=none
+
# Suppress TestServer errors
type=Suppress
ptype=RegExp

Categories: Unix Technologies

CVS

April 24, 2011 Leave a comment

Resources:

  1. http://ximbiot.com/cvs/wiki/index.php?title=CVS_FAQ#General_Repository_Administration
  2. http://cvsbook.red-bean.com/cvsbook.html#update
  3. http://www.cs.utah.edu/dept/old/texinfo/cvs/cvs_18.html#SEC74

Checking out a new branch to local:

  1. set repository directory as the CVSROOT
         gunnalag@TestSun2:/u/gunnalag> setenv CVSROOT master.site2:/src/local/repository
  2. cd to the required folder. In case if you are updating sub-folder under existing hierarchy.
       Example to add /dev folder under /u/gunnalag/cvs/Windows/software/ folder
       1. just create a temp folder "test"
       2. setenv CVSROOT master.site2:Windows/software
       3. run "cvs checkout dev" or "cvs checkout dev/int" for it’s subfolder
  3. then perform the cvs checkout of required module.
        Example: if I want to checkout mail tree from /src/local/repository/Windows/ directory.
        Then 
      cd">gunnalag@TestSun2:/u/gunnalag>cd cvs/proj/
      cvs">gunnalag@master:/u/gunnalag/cvs/Windows>cvs checkout software
      ……..
      gunnalag@master:/u/gunnalag/cvs/proj>
Categories: Unix Technologies

SVN

April 24, 2011 Leave a comment

Resources:

  1. http://subversion.tigris.org/
  2. http://subversion.apache.org/
  3. http://svnbook.red-bean.com/ (Book)
  4. http://subversion.apache.org/docs/community-guide/
    SVN Commands:

gunnalag@TestSun2:/u/gunnalag/repository/svntest> svn -h
usage: svn <subcommand> [options] [args]
Subversion command-line client, version 1.6.11.
Type ‘svn help <subcommand>’ for help on a specific subcommand.
Type ‘svn –version’ to see the program version and RA modules
  or ‘svn –version –quiet’ to see just the version number.

Most subcommands take file and/or directory arguments, recursing
on the directories.  If no arguments are supplied to such a
command, it recurses on the current directory (inclusive) by default.

Available subcommands:
   add
   blame (praise, annotate, ann)
   cat
   changelist (cl)
   checkout (co)
   cleanup
   commit (ci)
   copy (cp)
   delete (del, remove, rm)
   diff (di)
   export
   help (?, h)
   import
   info
   list (ls)
   lock
   log
   merge
   mergeinfo
   mkdir
   move (mv, rename, ren)
   propdel (pdel, pd)
   propedit (pedit, pe)
   propget (pget, pg)
   proplist (plist, pl)
   propset (pset, ps)
   resolve
   resolved
   revert
   status (stat, st)
   switch (sw)
   unlock
   update (up)

Subversion is a tool for version control.
For additional information, see http://subversion.tigris.org/

gunnalag@TestSun2:/u/gunnalag/repository/svntest> svn co -h

Valid options:
  -r [--revision] ARG      : ARG (some commands also take ARG1:ARG2 range)
                             A revision argument can be one of:
                                NUMBER       revision number
                                ‘{‘ DATE ‘}’ revision at start of the date
                                ‘HEAD’       latest in repository
                                ‘BASE’       base rev of item’s working copy
                                ‘COMMITTED’  last commit at or before BASE
                                ‘PREV’       revision just before COMMITTED
  -q [--quiet]             : print nothing, or only summary information
  -N [--non-recursive]     : obsolete; try –depth=files or –depth=immediates
  –depth ARG              : limit operation by depth ARG (‘empty’, ‘files’,
                            ‘immediates’, or ‘infinity’)
  –force                  : force operation to run
  –ignore-externals       : ignore externals definitions

Global options:
  –username ARG           : specify a username ARG
  –password ARG           : specify a password ARG
  –no-auth-cache          : do not cache authentication tokens
  –non-interactive        : do no interactive prompting
  –trust-server-cert      : accept unknown SSL server certificates without
                             prompting (but only with ‘–non-interactive’)
  –config-dir ARG         : read user configuration files from directory ARG
  –config-option ARG      : set user configuration option in the format:
                                 FILE:SECTION:OPTION=[VALUE]
                             For example:
                                 servers:global:http-library=serf

gunnalag@TestSun2:/u/gunnalag/repository/svntest>

 

Setting up Environment:

gunnalag@TestSun2:/u/gunnalag/repository/svntest>setenv SVN_EDITOR vi
gunnalag@TestSun2:/u/gunnalag/repository/svntest> svn ci TestFile.txt
svn: Commit failed (details follow):
svn: system(‘vi svn-commit.tmp’) returned 256
gunnalag@TestSun2:/u/gunnalag/repository/svntest> setenv SVN_EDITOR vim
gunnalag@TestSun2:/u/gunnalag/repository/svntest> svn ci TestFile.txt
Sending        TestFile.txt
Transmitting file data .
Committed revision 12.
gunnalag@TestSun2:/u/gunnalag/repository/svntest>

Categories: Unix Technologies

CVS Branching

April 24, 2011 Leave a comment

Created file and checked-in to the trunck

gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> echo "this is a test files" > test.txt
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs add test.txt
cvs add: scheduling file `test.txt’ for addition
cvs add: use ‘cvs commit’ to add this file permanently
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs commit test.txt
RCS file: /u/gunnalag/repository/cvstest/test.txt,v
done
Checking in test.txt;
/u/gunnalag/repository/cvstest/test.txt,v  <–  test.txt
initial revision: 1.1
done
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest>

Update file on other user and verify initial contents

gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cat test.txt
this is a test files
gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest>

Created branch_1:

gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs tag -b BRANCH_1 test.txt
T test.txt
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest>

Made editions in branch_1:  unless I commit these changes wouldn’t be avail under trunck

gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> echo "additions from branch_1" >> test.txt
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cat test.txt
this is a test files
additions from branch_1
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest>

Saved branch_1 changes in repository:

gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs commit -r BRANCH_1 test.txt
Checking in test.txt;
/u/gunnalag/repository/cvstest/test.txt,v  <–  test.txt
new revision: 1.1.2.1; previous revision: 1.1
done
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest>

Verify that am able to retrieve branch_1/trunck changes as other user:

gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cvs update -r BRANCH_1 test.txt
P test.txt
gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cat test.txt
this is a test files
additions from branch_1
gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cvs update -r1.1 test.txt
P test.txt
gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cat test.txt
this is a test files

gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest>

Edit branch_1 and commit changes:

gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs diff -u test.txt
Index: test.txt
===================================================================
RCS file: /u/gunnalag/repository/cvstest/test.txt,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 test.txt
— test.txt    25 Mar 2009 09:43:32 -0000      1.1.2.1
+++ test.txt    25 Mar 2009 09:48:44 -0000
@@ -1,2 +1,4 @@
this is a test files
+ edits on BRANCH_1.
additions from branch_1
+
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs commit -r BRANCH_1 test.txt
Checking in test.txt;
/u/gunnalag/repository/cvstest/test.txt,v  <–  test.txt
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest>

Retrieve changes made to branch_1 as other users and verify:

gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cvs update -r BRANCH_1 test.txt
P test.txt
gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cat test.txt
this is a test files
edits on BRANCH_1.
additions from branch_1

gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest>

Merge branch_1 changes with trunck/head version and commit them:

gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs update -j BRANCH_1 test.txt
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs commit test.txt
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest>

Retrieve changes branch_1 mergered changes from trunck and verify:

gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> rm test.txt
rm: remove test.txt (yes/no)? yes
gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cvs update test.txt
cvs update: warning: test.txt was lost
U test.txt
gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest> cat test.txt
this is a test files
edits on BRANCH_1.
additions from branch_1

gunnalag@TestSun2:/u/gunnalag/localcvs/test/cvstest>

gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs update -r1.1 test.txt
cvs update: warning: test.txt was lost
U test.txt
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs update -j BRANCH_2 test.txt
RCS file: /u/gunnalag/repository/cvstest/test.txt,v
retrieving revision 1.1
retrieving revision 1.1.2.2.2.1
Merging differences between 1.1 and 1.1.2.2.2.1 into test.txt
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cat test.txt
actual changes in branch2

this is a test files
edits on BRANCH_1.
additions from branch_1

gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cvs update -j BRANCH_1 test.txt
M test.txt
RCS file: /u/gunnalag/repository/cvstest/test.txt,v
retrieving revision 1.1
retrieving revision 1.1.2.3
Merging differences between 1.1 and 1.1.2.3 into test.txt
rcsmerge: warning: conflicts during merge
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest> cat test.txt
<<<<<<< test.txt
actual changes in branch2

=======
Insertion in BRANCH_II
>>>>>>> 1.1.2.3
this is a test files
<<<<<<< test.txt
edits on BRANCH_1.
additions from branch_1

=======

  testing.

edits on BRANCH_1.
additions from branch_1

>>>>>>> 1.1.2.3
gunnalag@TestSun1:/u/gunnalag/localcvs/cvstest>

 

Deleting a branch

gunnalag@TestSun2:/u/gunnalag/localcvs/test> cvs tag -dB BRANCH_2 test.txt
D test.txt
gunnalag@TestSun2:/u/gunnalag/localcvs/test> cvs log test.txt

RCS file: /u/gunnalag/repository/cvstest/test.txt,v
Working file: test.txt
head: 1.2
branch:
locks: strict
access list:
symbolic names:
        BRANCH_1: 1.1.0.2
keyword substitution: kv
total revisions: 6;     selected revisions: 6
description:

Categories: Unix Technologies

Creating Static DNS Entries

April 24, 2011 Leave a comment

Forward look up entry

gunnalag@master:/etc/named> sudo jco TESTSITE.Testdom.com
===================================================================
RCS file: RCS/TESTSITE.Testdom.com ,v
retrieving revision 1.41
diff -u -r1.41 TESTSITE.Testdom.com
RCS/TESTSITE.Testdom.com ,v  –>  TESTSITE.Testdom.com
revision 1.41 (locked)
done
gunnalag@master:/etc/named> sudoedit /etc/named/TESTSITE.Testdom.com
gunnalag@master:/etc/named> rcsdiff -u TESTSITE.Testdom.com
===================================================================
RCS file: RCS/TESTSITE.Testdom.com ,v
retrieving revision 1.41
diff -u -r1.41 TESTSITE.Testdom.com
— TESTSITE.Testdom.com       2009/07/31 06:40:10     1.41
+++ TESTSITE.Testdom.com       2009/07/31 06:44:36
@@ -13072,6 +13072,7 @@
secmgmt         IN A           10.252.64.26
                 IN HINFO  Sun-x4150 SP-Linux
sepusa1         IN A            177.99.105.15
+sepqausa1       IN A            177.99.105.47
surya1          IN A            149.77.22.42
                IN HINFO        Solaris-2.8
                IN MX           0 surya1
gunnalag@master:/etc/named> sudo dnsinc /etc/named/TESTSITE.Testdom.com
/etc/named/TESTSITE.Testdom.com : serial 0977510031 -> 0977510032
gunnalag@master:/etc/named> /etc/named-checkzone /etc/named/TESTSITE.Testdom.com
zone TESTSITE.Testdom.com /IN: loaded serial 977310032
OK
gunnalag@master:/etc/named> sudo jci /etc/named/TESTSITE.Testdom.com
enter the log message terminated with single ‘.’ or end of file:
>> added forward entry for sepqausa1.
>> .
/etc/named/RCS/TESTSITE.Testdom.com ,v  <–  /etc/named/TESTSITE.Testdom.com
new revision: 1.42; previous revision: 1.41
done
gunnalag@master:/etc/named> sudo /usr/bin/rndc reload
server reload successful
gunnalag@master:/etc/named> host sepqanyc1
sepqanyc1.TESTSITE.Testdom.com  has address 177.99.105.47

gunnalag@master:/etc/named>

 

Reverse look up entry:

gunnalag@master:/etc/named> sudo jco 177.99.105.rev
Password for gunnalag (sudo):
===================================================================
RCS file: RCS/177.99.105.rev,v
retrieving revision 1.67
diff -u -r1.67 177.99.105.rev
RCS/177.99.105.rev,v  –>  177.99.105.rev
revision 1.67 (locked)
done
gunnalag@master:/etc/named> sudoedit /etc/named/177.99.105.rev
gunnalag@master:/etc/named> rcsdiff -u 177.99.105.rev
===================================================================
RCS file: RCS/177.99.105.rev,v
retrieving revision 1.67
diff -u -r1.67 177.99.105.rev
— 177.99.105.rev       2009/07/29 17:35:31     1.67
+++ 177.99.105.rev       2009/07/30 12:31:13
@@ -57,7 +57,7 @@
44             IN PTR          dbusa1.TESTSITE.Testdom.com.
45             IN PTR          dbmom1.TESTSITE.Testdom.com.
46             IN PTR          altirserv.TESTSITE.Testdom.com
-;
+47              IN PTR          sepqausa1.TESTSITE.Testdom.com.
48             IN PTR          srvnew1.TESTSITE.Testdom.com.
49             IN PTR          crygwi1.TESTSITE.Testdom.com.
50             IN PTR          backup1.TESTSITE.Testdom.com.
gunnalag@master:/etc/named> sudo dnsinc /etc/named/177.99.105.rev
/etc/named/177.99.105.rev: serial 0977290015 -> 0977300000
gunnalag@master:/etc/named> /etc/named-checkzone /etc/named/177.99.105.rev
zone 10.77.149.in-addr.arpa/IN: loaded serial 977300000
OK
gunnalag@master:/etc/named> sudo jci /etc/named/177.99.105.rev
enter the log message terminated with single ‘.’ or end of file:
>> allocated static IP for sepqausa1.TESTSITE.Testdom.com
>> .
/etc/named/RCS/177.99.105.rev,v  <–  /etc/named/177.99.105.rev
new revision: 1.68; previous revision: 1.67
done
gunnalag@master:/etc/named> sudo /usr/bin/rndc reload
server reload successful
gunnalag@master:/etc/named> host sepqausa1.TESTSITE.Testdom.com
sepqausa1.TESTSITE.Testdom.com  has address 177.99.105.47
gunnalag@master:/etc/named>

Categories: Unix Technologies

DNS Error: dns_rdata_fromtext: extra input text

April 24, 2011 Leave a comment

You may receive error “dns_rdata_fromtext: extra input text” when you run named_checkzone after updating comments.  This usually happens when your comments are more  than two words. The fix is to reduce and limit your comments to just two words.

Example:

gunnalag@master:/etc/named> /etc/named_checkzone /etc/named/177.99.105.rev /etc/named/TESTSITE.Testdom.com
zone 160.77.149.in-addr.arpa/IN: loaded serial 90700
OK
dns_rdata_fromtext: /etc/named/TESTSITE.Testdom.com:649: near ‘servers’: extra input text
zone TESTSITE.Testdom.com/IN: loading from master file /etc/named/TESTSITE.Testdom.com failed: extra input text
gunnalag@master:/etc/named> sudoedit /etc/named/TESTSITE.Testdom.com
gunnalag@master:/etc/named> rcsdiff -u TESTSITE.Testdom.com
===================================================================
RCS file: RCS/TESTSITE.Testdom.com,v
retrieving revision 1.150
diff -u -r1.150346 TESTSITE.Testdom.com
— TESTSITE.Testdom.com      2009/07/30 11:33:34     1.150346
+++ TESTSITE.Testdom.com      2009/07/31 07:06:15
@@ -2,7 +2,7 @@

; — TESTSITE.Testdom.com ———————————————————-
@               IN SOA          master.TESTSITE.Testdom.com. Sys.Testdom.com. (
-                                09073           10400   3600    36200 300)
+                                90700           10400   3600    36200 300)

;                               Serial          Refresh Retry   Expire  Minimum
;                               yymmddxxxx      3h      1h      42d     1h
@@ -644,9 +644,9 @@
sepmgr          IN A            177.99.105.127
                 IN A            177.99.105.128
                 IN HINFO        SEPM servers
-sepqa1          IN A            177.99.105.129
-sepqamgr        IN A            177.99.105.129
-                IN HINFO        SEPM QA servers               <= Issue: comments more than two words is incorrect/limitation with current setup
+sepqa1          IN A            177.99.105.126
+sepqamgr        IN A            177.99.105.126
+                IN HINFO        SEPM_QA servers               <= Fix: comments shouldn’t be more than two words
dbdev1         IN A            177.99.105.161
                IN HINFO        Windows-2003-x64
dbdev2         IN A            149.77.164.210
gunnalag@master:/etc/named>

Categories: Unix Technologies

Deleting Files Under CVS Repository

April 24, 2011 Leave a comment

gunnalag@TestSun1:/u/gunnalag/cvs/software/logon/qa> cvs remove -f test-logon.pl
cvs remove: scheduling `test-logon.pl’ for removal
cvs remove: use ‘cvs commit’ to remove this file permanently
gunnalag@TestSun1:/u/gunnalag/cvs/software/logon/qa> cvs commit test-logon.pl
Removing test-logon.pl;
/lib/repository/software/logon/qa/test-logon.pl,v  <–  test-logon.pl
new revision: delete; previous revision: 1.1
done
gunnalag@TestSun1:/u/gunnalag/cvs/software/logon/qa>

Categories: Unix Technologies

Adding DNS CNAME

April 24, 2011 Leave a comment

gunnalag@Test1:/u/gunnalag> ssh master
Last login: Tue Aug 19 11:59:21 2008 from Test1.Testdom.com
Solaris 10 11/06 X86 SunOS_Development

This server is *not* for general consumption.  If you haven’t been invited
to use this server then you might be using the wrong server.

gunnalag@master:/u/gunnalag> cd /etc/named/
gunnalag@master:/etc/named> sudo jco /etc/named/TESTSITE.Testdom.com
Password (sudo):
===================================================================
RCS file: RCS/TESTSITE.Testdom.com,v
retrieving revision 1.75
diff -u -r1.75 TESTSITE.Testdom.com
RCS/TESTSITE.Testdom.com,v  –>  TESTSITE.Testdom.com
revision 1.75 (locked)
done
gunnalag@master:/etc/named> sudoedit /etc/named/TESTSITE.Testdom.com
gunnalag@master:/etc/named> rcsdiff -u /etc/named/TESTSITE.Testdom.com
===================================================================
RCS file: /etc/named/RCS/TESTSITE.Testdom.com,v
retrieving revision 1.75
diff -u -r1.75 /etc/named/TESTSITE.Testdom.com
— /etc/named/TESTSITE.Testdom.com   2008/08/19 06:34:08     1.75
+++ /etc/named/TESTSITE.Testdom.com   2008/08/19 06:41:07
@@ -848,6 +848,9 @@
wsusmgr         IN A            177.99.105.22
                 IN A            177.99.105.23
                 IN HINFO        WSUS Servers
+sepmgr          IN A            177.99.105.127
+                IN A            177.99.105.128
+                IN HINFO        SEPM servers
sys1            IN A            177.99.105.3
gunnalag@master:/etc/named>
gunnalag@master:/etc/named> sudo dnsinc /etc/named/TESTSITE.Testdom.com
/etc/named/TESTSITE.Testdom.com: serial 0808190033 -> 0808190034
gunnalag@master:/etc/named> /etc/named-checkzone /etc/named/TESTSITE.Testdom.com
zone TESTSITE.Testdom.com/IN: loaded serial 808190034
OK
gunnalag@master:/etc/named> sudo jci /etc/named/TESTSITE.Testdom.com
enter the GLOBAL log message, terminated with single ‘.’ or end of file:
>> Added sepmgr cname to resolve to 177.99.105.12[78] SEPM servers.
>> .
/etc/named/RCS/TESTSITE.Testdom.com,v  <–  /etc/named/TESTSITE.Testdom.com
new revision: 1.76; previous revision: 1.75
done
gunnalag@master:/etc/named> sudo /usr/bin/rndc reload
server reload successful
gunnalag@master:/etc/named> host sepmgr
sepmgr.TESTSITE.Testdom.com has address 177.99.105.127
sepmgr.TESTSITE.Testdom.com has address 177.99.105.128
gunnalag@master:/etc/named>

Categories: Unix Technologies
Follow

Get every new post delivered to your Inbox.

Join 96 other followers