configuration management Questions

If this isn't the right forum I apologize!  Below in the description. 

Normal
0

false
false
false

EN-US
X-NONE
X-NONE

MicrosoftInternetExplorer4

/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman","serif";}

Release Engineer (1905-1)

 

Location: Burlington, MA

Duration: 6+ Months

 

An immediate opportunity exists for a talented engineer to join a fast paced agile development team to own product releases in a cloud computing environment. The candidate will be responsible for executing release activities, implementing infrastructure improvements and continuous delivery that have direct impact on team results.

This role will leverage scripting to build/enhance required automation and tools. Improve continuous delivery pipeline. Enhance deployment automation scripts, configuration and ensure smooth running of development environments. Serve as subject matter expert on CI, release engineering and build management.

We are looking for someone who has a strong desire to work in a fast-paced dynamic environment. Is focused on continuous delivery & improvement. Loves efficiency and introduces smart automation where possible.

Required Skills

·         Bachelor’s degree or technical equivalent

·         5+ years of release and configuration management (Ant/Maven/Gradle, Subversion/Git/CVS)

·         Solid Linux experience

·         AWS Experience

·         Significant scripting experience in Python/Ruby/Shell Scripts.

·         Experience with Continuous Integration tools (Jenkins)

·         Java Application Server configuration, deployment, administration, tuning (Tomcat, Apache)

·         Solid understanding of HTTP, SSL,TCP/IP

 

Bonus

·         Hands-On Experience with Puppet

·         Understanding of systems monitoring, alerting (Nagios, Ganglia etc.)

·         F5 load balancer experience

·         Experience with internet facing applications at scale

·         Software development experience preferably Java

·         Knowledge of REST APIs

 

Relevant job titles

·         Senior Software Engineer, Build systems

·         Release Engineer

·         Release and Configuration Management Engineer

·         Sr DevOps Engineer

·         Senior Software Engineer, Infrastructure

I am using the JHSDK jar available in ths installation directory of CA to write a java program for an automation project.

 

I am using the below Java code to select the packages from ACEDEV13.06.00.00 from SW Development view and promoting it to next stage 'Integration Test(AIT)'.

 

Java Code:

 

JCaContext context = harvest.getContext();

boolean approve = context.setApprove("Approve"); //Exception @ this line is E0309000d: ERROR: Could not get Process.

boolean promote = context.setPromote("Promote");

 

//Setting the Approval

CaApprove jcaApprove = context.getApprove();

jcaApprove.setApprove(true);

jcaApprove.setDescription("Approved Desc");

jcaApprove.execute();

 

//Setting the Promote

JCaPromote jcaPromoteObj =  context.getPromote();

System.out.println(" getToStateName "+jcaPromoteObj.getToStateName());

System.out.println(" getToStateObjId "+jcaPromoteObj.getToStateObjId());

 

jcaPromoteObj.execute();

 

 

Exception I get :

com.ca.harvest.jhsdk.hutils.JCaHarvestException: E03090027: ERROR: Could not get Approve Process from Context.

com.ca.harvest.jhsdk.hutils.JCaHarvestException: E03090010: ERROR: Could not get Promote Process from Context.

 

Do I need to set any mode to context or harvest object to make the Promote process to work. Kindly help me with this.

While observing a development team currently using ClearCase 8.0 prepare for their build it took 3 hours to attach the build label to the baseline.  What could be causing this this process to take this amount of time?  I currently support a development team that has several VOBs that control 3 or 4K and it takes no more that 10 or 15 minutes. 

Any suggestions as to the problem and how to fix?

Can HP Quality Center be used for updating change requests?

I am getting ready to install it on my laptop.

 

This plan can addresss either FCA/PCA Formal audits or in-process CM process review and verification audits or both.

Hello,

Our VOB is of size size 52GB, 10years old, mounted on Solaris OS and using by 400 Users. From the past One Year, we observed that VOB elements are keep on corrupting with "^D" or "text_file_delta" error. We are unable to do diff with predecessor version, not able to make Builds because of corrupted files. Even we are unable to count Source Lines of Code also. I forgot to mention that, we are using ClearCase ver.6.0.

Last 8 months back, we raised a PMR, IBM resolved some file elements using "checkvob" and by remotely accessing they used some IBM scripts to solve the issue. Finally, by the end of March. We and IBM Technical Support Engineers resolved all corrupted file elements issue. Recently, we observed that 2 (two) of the files got corrupted again and VOB is not in Sync with two of our replicas. Problem started again.

Please let me know, why VOB file elements corrupts often? Is it because of, if any user uses some third party tools for his Coding/Development in VOB? We CMs follow strict polocies, some of the file elements are not even loading into VOB (Snapshot views), saying "size got exceeded". This became a big mess for us. Now, Developers are making Builds by hijacking the files. We know that, this is not a Good Practise. Please someone of you can help us in this regard. PFA, VOB Errors. Thanks in advance!

Best Regards/Sebastian

Hello Friends,

Please let me know, what exactly is a "Virtual VOB" in ClearCase. How to make it? implement the polocies? Do we require any seperate SW like VMVare to create a Virtual VOB? I am working in a Telecom Based Company and we are about to get a new Project, there our Project Manager requirement is to create a "Virtual VOB" using ClearCase. We will go in details in next month. Before that, I want to know what it is, why it is used for, how to create it. Thanks for all your answers for my Query.

Best Regards/Sebastian.

 

During file checkout from Clearcase i want the CQ to list the CQ ID specific to the  user .

For this i am tring to modify config.plbut it is listing all the bugs but not the one specific to the suer .

i used the below configuration .

$s = &DefineCQSchema(NAME=>"MainSchema",

                         ENTITY_LIST => "EnhancementRequest",

                         RESTRICTIONS => "STANDARD");

 

      $s->ChangeFieldMap(OWNER => "Owner",STATE => "State",

                       ID => "id",  #Note: ID shouldn't need to change

                       HEADLINE => "Headline",

                       PRIORITY => "Priority", 

     #########         SEVERITY => "Severity",

                       RATL_MASTERSHIP => "ratl_mastership",

 

                       # Other mappable names

                       QUERY_STATES => "Submitted,Assigned,Opened",

                       MODIFY => "modify"

                       );

 

    $s->SetQuery("STANDARD",

                 "<STATE> in <QUERY_STATES>",

                 "<OWNER> eq <*USER*>");

    $s->SetResultSet("STANDARD",

                     "<ID>,<STATE>,<PRIORITY>,<HEADLINE>",

                     "%s %-9.9s %1.1s %1.1s %-45.45s");

 Please let me know where i am going wrong

During file checkout from Clearcase i want the CQ to list the CQ ID specific to the  user .

For this i am tring to modify config.plbut it is listing all the bugs but not the one specific to the suer .

i used the below configuration .

$s = &DefineCQSchema(NAME=>"MainSchema",

                         ENTITY_LIST => "EnhancementRequest",

                         RESTRICTIONS => "STANDARD");

 

      $s->ChangeFieldMap(OWNER => "Owner",STATE => "State",

                       ID => "id",  #Note: ID shouldn't need to change

                       HEADLINE => "Headline",

                       PRIORITY => "Priority", 

     #########         SEVERITY => "Severity",

                       RATL_MASTERSHIP => "ratl_mastership",

 

                       # Other mappable names

                       QUERY_STATES => "Submitted,Assigned,Opened",

                       MODIFY => "modify"

                       );

 

    $s->SetQuery("STANDARD",

                 "<STATE> in <QUERY_STATES>",

                 "<OWNER> eq <*USER*>");

    $s->SetResultSet("STANDARD",

                     "<ID>,<STATE>,<PRIORITY>,<HEADLINE>",

                     "%s %-9.9s %1.1s %1.1s %-45.45s");

 Please let me know where i am going wrong

Pages

CMCrossroads is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.