博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
how to create view (windows)
阅读量:7287 次
发布时间:2019-06-30

本文共 1199 字,大约阅读时间需要 3 分钟。

View Server List

   IP address: 200.xx.xx.xx

How to create a new view

  1. ssh new view server by your Unix account and Unix password, ssh connection port is 22.

  TIP: use putty (ssh tool) to login view server is a smart way.

  key in command : cleartool mkview –tag your_tag  /viewstore/your_tag.vws  

    note: marked red is modifiable.

 

  2. sync your view to windows region, to save time,no show pictures here.

  click “Home Base” in pop-up menu of “IBM Rational ClearCase”

  Click “Regional Synchronizer”  

  Found your view tag and click “import”

  Just “OK”, do not change anything.

   Then close “Synchronize ClearCase Regions” box.

  3. mount your view on windows ClearCase client

     right click and select "add new view", then in pop-off menu let "view type" be "dynamic", select you view and mount it.

How to remove a view

Notice: All data (like co, private) in this view will be removed; please sure you do not really need this view.

 

  1. Please check your view in windows CMD to get hostname with your view.

    cleartool lsview yourview

  2. Login right host with step 1,  use command to remove view.

    Cleartool rmview –force –tag your_view_tag

 

 

 

转载于:https://www.cnblogs.com/lovemo1314/p/3396213.html

你可能感兴趣的文章
Ubuntu 14.04双显卡出现"未知显示器"问题
查看>>
Golang学习(15)——Unicode utf16包
查看>>
封装允许执行命令有超时
查看>>
一种字符编码猜测工具的实现方法
查看>>
LeetCode:Consecutive Numbers - 找出连续出现的数字
查看>>
23种常用设计模式简介
查看>>
自定义view步骤
查看>>
网卡故障:弹出界面eth0: 错误:没有找到合适的设备:没有找到可用于链接System eth0 的...
查看>>
【职场酸甜苦辣咸】大龄IT女汉纸的人生抉择点
查看>>
学习笔记--配置DHCP服务器(基于接口的地址池)
查看>>
Windows Server 2008安全内幕
查看>>
[CSS]练习纯CSS实现瀑布流的几种方法
查看>>
基于Linux操作系统配置java环境及Windows操作系统配置java环境(jdk安装)
查看>>
Gamebryo实例学习之五DX9MSAATextures
查看>>
我的近况
查看>>
网站运营的4点经验
查看>>
电信运营商的流量增值——互联网广告
查看>>
查看硬盘物理序列号的程序源代码
查看>>
Debian查看启动日志
查看>>
haproxy配置详解以及动静分离的实现
查看>>