How to create a shared directory in Solaris to be accessible from other nodes in the network ?
Or
How to mount a directory to be accessible from other machines ?
Log in to Solaris machine where you want to share a directory.
In the below example you want to share "/export/home/builds" directory located on 172.22.23.58.And once is shared you are mounting it on to "/share" directory of another machine.
Note : We have to create an empty directory named "share" under "/" on the machine where we are running the mount to command.
- Share the directory in the local system
Open the /etc/dfs/dfstab file
enter: share -F nfs -o rw,anon=0 /export/home/builds
save and exit
- Execute shareall command
- Use share command to check the directories shared
- Restart the nfs server(Not mandatory)
/etc/init.d/nfs.server start
- Open other system where you need to mount
- Execute mount -F nfs 172.22.23.58:/export/home/builds /share command (to mount the /export/home/builds folder in /space)
Tuesday, May 26, 2009
//
Labels:
Solaris
//
0
comments
//
Mounting a remote Directory on Solaris/Linux to a AIX machine
Solution for mount problems facing on AIX?
Facing Errors like below?
Have you ever tried mounting a shared folder existing on Solaris or Linux machine to a AIX machine ? While doing so most of us will see the below kind of error. So to solve this problem the solution is this post.
bash-3.00# mount pmgxs2v1:/dbarchive /dbarchive
mount: 1831-008 giving up on:
pmgxs2v1:/dbarchive
vmount: Operation not permitted.
Solution:
bash-3.00# nfso -o nfs_use_reserved_ports=1
Setting nfs_use_reserved_ports to 1
bash-3.00# mount -n pmgxs2v1 /dbarchive /dbarchive
bash-3.00# cd /dbarchive/
bash-3.00# ls
apache builds java oracle os stax unzipper
browsers instance lost+found oracle-bundles staf stax-tnpm
Explanation:
Solaris by default requires any NFS mount to use a so called reserved port below 1024 and AIX 4.3 or above does by default use ports above 1024.
We can use the nfso command to restrict AIX to the reserved port range as follows:
nfso -o nfs_use_reserved_ports=1
//
Labels:
UNIX
//
0
comments
//
How to transfer bike registration from one State to other (Karnataka to Andhra)??
Most of us having two wheelers purchased and registered in one state may want to use in the other state. To do so we may require to transfer the bike registration from one state to other in India.
Say you have a bike purchased and registered in Karnataka and on job transfer you moved to Hyderabad along with your bike, Now to ride the bike legally in Andhra, you have to transfer your bike registration from Karnataka to Andhra.
So below steps followed by my friend Mr.Ahmed for above case will surely give you an idea and help you in migrating your bike registration.
Thanks Ahmed ji for your interest in helping others on this.
Location
RTO office – Kukatpally – Hyd
From JNTU -> Towards Malaysian Township -> First left (around 200 mts)
Time
10:30 to 13:30
Queue:
Do make yourself available by 10:15, there could be queues for Learner’s license and other state registrations separately.
Process:
1. Tax amount to be paid
Show the following docs to RTO. He would check the vehicle type/model and manufactured year, and calculate the tax amount to be paid through D.D. in favor of “SRTA, R.R.Dist”. (Your DD amount to include tax plus any other penalty towards late submission N.O.C, others )
Documents required:
· Copy of R/C
· Copy of NOC
· Copy of driving license
· Copy of bike Insurance(valid)
2. Collect DD:
You can get DD from the nearby ICICI bank at JNTU if you have an ICICI bank account, no need to carry cash, amount will be deducted from your account.
3. Submit DD:
Submit DD along with the processing charge of Rs. 125/- also with the documents mentioned above.
4. Receipt:
The receipt given against the DD is sufficient to show the traffic police that you are in the process of AP registration. Do carry copies this receipt.
5. For AP registration:
Submit the following doc’s in Original to RTO
· RC Original
· Copy of Receipt (tax paid)
· FORM 27
· FORM 33
· Address proof (from Govt. org)
· Recent Pollution check (copy)
· Insurance(Valid)
· Photos
· Original NOC
* If you are having NOC issued for place as “Hyderabad” you have additionally get approval from RTA- Hyderabad.
For this you have to produce
* a notary on Rs.10/- certifying that owners details (you can get a copy of existing forms on request)
* a written communication to RTA- HYD (With revenue stamps) to get NOC transfer from RTA- HYD to RTA – R.R.dist
He has collected the receipts and pending with notary at RTA- HYD, not sure of the time line to get new AP number.
Also known that, RTO might check the condition of the vehicle, so be there with the same bike that you want to register.
Other state vehicles can pay AP road tax ONLY by following through steps 1-4, the tax amount would be as per the model and year of the vehicle.
Monday, May 18, 2009
//
Labels:
Tips
//
47
comments
//
Best Pocket PC Free apps downloads
See this first
You are not able to download the mChek application by sending SMS airtel to 543219
Then it is for you, to make more happy to finish the mchek application installation manually using Nokia PC suite for Nokia phones
I tried it on Nokia N72 using Nokia PC suite it installed for me
Trhy the below links
Download jar file: mchekonairtel.jar (118 KB)
jad file: mchekonairtel.jad ( 5 KB )
If the above files do not work then try these,
mchekonairtel.jar ( 96 KB ) or
mchekonairtel.jad (5 KB)
Second jar file worked for me to install on Nokia N 72 phone.
So try your luck. If it helped for other phone users also add your tips/hints in the comments.
Using Nokia PC suite you can easily install the jar files on to Nokia phones.
Are you a Airtel user ?(Strictly for postpaid users)
Hope this post really helps you with information you are looking for since longtime !!
- How to get the lattest outstanding bill amount to be paid ?
Just dial the number *121*11#
OR
Send an SMS to 121 typing OT
- How to see lattest unbilled amount ?
- How to see the last 3 paid bill amounts?
Just dial the number *121*14#
- How to see Airtel bill online
Click on this link and register there to see ur bills online- https://ebpp.airtelworld.com
- How to pay Airtel bill online?
Click on this link - http://www.airtel.in/paybills?gclid=CPiY5uffuJoCFQFHFQod5BapdA
More payment options - Click Here
- How to Pay Airtel bills by mCheck?
More about mCheck in Airtel - Click this to know more
- How to use mCheck on Airtel mobiles?
- Want to know more about Mcheck ?
Click this link - http://www.mchek.com/popUp_faq.htm
S.No Command Its Use
1. psrinfo Gives processor type details
2. isainfo -v Bits of processor
isainfo -b Supported applications and it reports the number of bits
supported by native applications on the running system,
which can be passed as a token to scripts
3. showrev Hostname, host ID, release, kernel architecture,
application architecture, hardware provider, domain, and
kernel version
4. uname -a Operating system name, release, and version;node;name;
hardware name; processor type
5. prtconf | grep Memory Installed memory
6. date 0621141001 Will change the current system date to Thu Jun 21
14:10:00 MDT 2001
7. cat /etc/motd To see and change the message of the day
8. /etc/nodename To change the host name modify all these files
/etc/hostname.xxy and reboot
/etc/inet/hosts
/etc/net/ticlts/hosts
/etc/net/ticots/hosts
/etc/net/ticotsord/hosts
How to change IP in Solaris machine?
To Change the IP on Solaris we requires edit two files:
1. /etc/hosts
2. /etc/inet/ipnodes
If you are changing network address, you will need to change the router address in the file:
1. /etc/defaultrouter
Changing the hostname now only requires editing these files:
1. /etc/hosts
2. /etc/nodename
3. /etc/hostname.
You can find all your network interfaces by drivername and instance# by running the following command: prtconf -D | grep network
Note: the following hosts files are no longer used in solaris 10.
/etc/net/ticlts/hosts
/etc/net/ticots/hosts
/etc/net/ticotsord/hosts
Rebooting the computer should bring up the new ip and hostname.
Friday, May 08, 2009
//
Labels:
Solaris
//
0
comments
//
Here are the commands to add / Remove packages in Solaris
Run these commands as root
- To remove the installed package SUNWtchrx from a system,
pkgrm SUNWtchrx
- To add a particular package
pkgadd -d package.name
- To see all installed RPMs (Resource package manager)
$rpm -qa
$pkginfo
$pkginfo -a application
$pkginfo | grep -i sun
Wednesday, May 06, 2009
//
Labels:
Solaris
//
0
comments
//
Around one year back when I enthralled after knowing about Microsoft Surface, a gave a small introductory presentation in my office..So thought of sharing it here. I presented it around one year back, so definitely there will be more to know about this interesting topic...
You can find updates in the following official Microsft Surface website.
Tuesday, May 05, 2009
// //
7
comments
//
Popular Posts
-
The best solution to know about these init levels is to understand the " man init " command output on Unix. There are basically 8...
-
How to Unlock BSNL 3G data card to use it with Airtel and Vodafone Model no : LW272 ? How to unlock BSNL 3G data card( Model no : LW272 )us...
-
How to transfer bike registration from one State to other (Karnataka to Andhra)?? Most of us having two wheelers purchased and registered in...
-
ఓం శ్రీ స్వామియే శరణం ఆయ్యప్ప!! Related posts : Trip to Sabarimala - Part 1 Trip to Sabarimala - Part 2 Ayappa Deeksha required things...
-
Following are some of interesting blogs I found till now ...please comment to add your blog here. Blogs in English : http://nitawriter.word...
Popular posts
- Airtel and vodafone GPRS settings for pocket PC phones
- Andhra 2 America
- Ayyappa Deeksha required things
- Blogs I watch !
- Captions for your bike
- DB2 FAQs
- Deepavali Vs The Goddes of sleep
- ETV - Dhee D2 D3
- Evolution of smoking in India Women
- How to make credit card payments?
- init 0, init 1, init 2 ..
- Java-J2EE interview preparation
- mCheck Application jar or jad download
- My SQL FAQs
- My Travelogues
- Old is blod - New is italic
- Online pay methids for credit cards
- Oracle FAQs
- Pilgrimages
- Smoking in Indian Women
- Technology Vs Humans
- Twitter feeds for all Telugu stars on single page.
- Unix best practices
- Unix FAQs
Buffs ...
Tags
Powered by WidgetsForFree
Archives
-
▼
2009
(73)
-
▼
May
(9)
- How to share a directory on Solaris ? (Mounting a ...
- vmount: Operation not permitted - AIX mount a remo...
- How to transfer bike registration from one State t...
- mChek for airtel-application download .jar .jad
- Mchek Airtel Postpaid Service numbers message numbers
- Solaris basic interview questions
- Command to add / remove a package in solaris
- Microsoft Surface - ppt
- Money intrest caliculator
-
▼
May
(9)