getting access of my project kept in one node


 
Thread Tools Search this Thread
Special Forums IP Networking getting access of my project kept in one node
# 1  
Old 11-29-2009
CPU & Memory getting access of my project kept in one node

sir.. i am working in a WAN......
i am getting the login screen for an application by typing the address of the location and the file name "http:/121.12.12.111/xyz.html" from the node 121.12.12.125.

now i had my web applicatioon at 121.12.12.125 for which i have taken the source code of the above .html document and modified the parameters to my requirement and renamed the html document as pqr.html and tried to access the same from another node..121.12.12.140.....by typing the address as http:/121.12.12.125/pqr.html...................

and i am getting page cannot be displayed msg....
i have kept the pqr.html at c:

whether i am correct?
pl.. guide for getting access of my project kept in one 121.12.12.125 node
from another node 121.12.12.140
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FINDING DUPLICATE PROJECT ( directory project )

I have a project tree like that. after running find command with the -no -empty option, i am able to have a list of non empty directory DO_MY_SEARCH="find . -type d -not -empty -print0" MY_EXCLUDE_DIR1=" -e NOT_IN_USE -e RTMAP -e NOT_USEFULL " echo " " > $MY_TEMP_RESULT_1 while... (2 Replies)
Discussion started by: jcdole
2 Replies

2. HP-UX

Mount FIle systems from node-1 onto node-2

Hi, We have HP UX service guard cluster on OS 11.23. Recently 40+ LUNs presented to both nodes by SAN team but I was asked to mount them on only one node. I created required VGs/LVs, created VxFS and mounted all of them and they are working fine. Now client requested those FS on 2nd node as... (4 Replies)
Discussion started by: prvnrk
4 Replies

3. Homework & Coursework Questions

Accessing one UNIX node from another node of the same server

Hi Experts, I am in need of running a script from one node say node 1 via node 2. My scheduling tool dont have access to node2 , so i need to invoke the list file from node1 but the script needs to run from node2. because the server to which i am hitting, is having access only for the node... (5 Replies)
Discussion started by: arun1377
5 Replies

4. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

5. Solaris

Probem is nfs folder access from root/users on another node

Hi all I am try NFS on node1 & node2 servers. On node1, when I am using # share -F nfs -o rw,anon=0 /abc On node2, when I am using # mount -f nfs node1:/abc /a in /a folder, root user is able to create files but any other user from node2 is not able to create files, please... (1 Reply)
Discussion started by: sb200
1 Replies

6. Solaris

SVM metaset on 2 node Solaris cluster storage replicated to non-clustered Solaris node

Hi, Is it possible to have a Solaris cluster of 2 nodes at SITE-A using SVM and creating metaset using say 2 LUNs (on SAN). Then replicating these 2 LUNs to remote site SITE-B via storage based replication and then using these LUNs by importing them as a metaset on a server at SITE-B which is... (0 Replies)
Discussion started by: dn2011
0 Replies

7. Web Development

Getting access of my project kept in one 121.12.12.125 node

sir.. i am working in a WAN...... i am getting the login screen for an application by typing the address of the location and the file name "http:/121.12.12.111/xyz.html" from the node 121.12.12.125. now i had my web applicatioon at 121.12.12.125 for which i have taken the source code of the... (0 Replies)
Discussion started by: KANNI786
0 Replies

8. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies
Login or Register to Ask a Question
addnode(8)						      System Manager's Manual							addnode(8)

Name
       addnode - add or change an entry in the nodes database

Syntax
       /etc/addnode node [ options ]

Description
       The  command adds a new node entry to the nodes database or modifies an existing entry.	The nodes database is the one used by DECnet.  The
       command defines the information that is necessary for your ULTRIX node to be capable of down-line loading and up-line dumping a	particular
       target  node.  The node address is the address of the target node.  If the target node is a DECnet node, then the node address is mandatory
       and the node name is optional.  However, if the target node is a non-DECnet node, for example, a terminal server, you should  specify  only
       the node name and omit the node address.

       If you do not specify an absolute pathname for secondary load, tertiary load, system load, diagnostic load, or dump file, the default path,
       is used during the load or dump process.

       A node address is a decimal integer in the range of 1 to 1023 for single area networks, or has the format a.n for multiarea networks, where
       a  is  the network area number (a decimal integer in the range of 1 to 63) and n is the node number (a decimal integer in the range of 1 to
       1023).

       The node name is the node name of the target node.

       If the target node is a DECnet node, the node name is optional.	However, if the target node is a non-DECnet node, for example, a  terminal
       server, the node name is mandatory (and the node address should be ignored).

       A node name can be from 1 to 6 alphanumeric characters, including at least 1 alphabetic character.

Options
       -A   Uses the specified host address (next argument) as that of the target node.

       -D   Creates an up-line memory dump of the target node in the specified file (next argument).

       -N   Uses the specified name (next argument) as that of the target node.

       -c   Uses the specified service and device number (UBA-n or QNA-n) as the circuit to the target node.

       -d   Sends the specified diagnostic load image (next argument) to the target node.

       -h   Uses the specified address (next argument) as the Ethernet address of the target node.

       -l   Sends the specified system load image (next argument) to the target node.

       -p   Uses the specified service and password (next arguments) in accessing the target node.

       -s   Sends the specified secondary load file (next argument) to the target node.

       -t   Sends the specified tertiary load file (next argument) to the target node.

Examples
       % /etc/addnode mynode -h aa-00-03-00-01-19  <RET>
       -s /usr/download/secondary  <RET>
       -t /usr/download/tertiary  <RET>
       -l system <RET>

       This command adds the non-DECnet, node mynode, to the nodes database, which has the Ethernet physical address aa-00-03-00-01-19.  This com-
       mand also specifies the file names for the secondary loader, the tertiary loader, and the system loader.  Note that  a  path  name  is  not
       specified for the system loader; consequently, the loader uses the default path when searching for that file.
       # /etc/addnode 44.71 -h aa-00-03-00-01-20 <RET>

       This command adds the DECnet node 44.71 to the nodes database, which has the Ethernet physical address aa-00-03-00-01-20.

See Also
       ccr(8), getnode(8), load(8), mop_mom(8), remnode(8), trigger(8)

																	addnode(8)