cancel
Showing results for 
Search instead for 
Did you mean: 

/trans directory symbolic link

Former Member
0 Kudos

Hi,

The folder /usr/sap/trans was pointing to the local files on server BW folder (/sapmnt/trans) .I create a new symbolic link to server RB using the ADDLNK command as follows.

Add Link (ADDLNK)

Type choices, press Enter.

Object . . . . . . . . . . . . . > '/QFileSvr.400/RB/sapmnt/trans'

New link . . . . . . . . . . . . > '/usr/sap/trans'

Link type . . . . . . . . . . . *SYMBOLIC *SYMBOLIC, *HARD

Now I want to revert back to my local server BW folder /sapmnt/trans what should I do...What is the command to do that?

Regards,

Milan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Delete the existing link by using the RMVLNK command and then create a new link using the ADDLNK command.

Kolby

Former Member
0 Kudos

Hi Milan,

The way we use is:

1) Go to /usr/sap/ on the local machine, and delete the 'trans' link.

2) Run the command: ADDLNK OBJ('/sapmnt/trans') NEWLNK('/usr/sap/trans')

That should point you to the right location.

Regards,

Dan

Former Member
0 Kudos

Hi,

How do I delete the trans link?

Regards,

MIlan

Former Member
0 Kudos

just delete the linked file.

if you have link sapmnt --> /usr/sap/trans

just delete sapmnt

Cheers,

-Sunil